DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomImage Class / DicomImage Constructor / DicomImage Constructor(Bitmap)

The Bitmap Image from which the new DicomImage is created







    DicomImage Constructor(Bitmap)
    Creates a new DicomImage from a Windows Bitmap
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal Bitmap As System.Drawing.Bitmap _
    )
     
    'Usage
     
    
    Dim Bitmap As System.Drawing.Bitmap
     
    Dim instance As New DicomImage(Bitmap)

    Parameters

    Bitmap

    The Bitmap Image from which the new DicomImage is created

    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also