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

The Bitmap Image from which the new DicomImage is created







In This Topic
    DicomImage Constructor(Bitmap)
    In This Topic
    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)
    public DicomImage( 
       System.Drawing.Bitmap Bitmap
    )
    public DicomImage( 
        Bitmap: System.Drawing.Bitmap
    ); 
    public function DicomImage( 
       Bitmap : System.Drawing.Bitmap
    );
    public: DicomImage( 
       System.Drawing.Bitmap* Bitmap
    )
    public:
    DicomImage( 
       System.Drawing.Bitmap^ Bitmap
    )

    Parameters

    Bitmap

    The Bitmap Image from which the new DicomImage is created

    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also