DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomDataSet Class / DicomDataSet Constructor / DicomDataSet Constructor(Bitmap)
A System.Drawing.Bitmap object to import



In This Topic
    DicomDataSet Constructor(Bitmap)
    In This Topic
    Import a Bitmap object into DicomDataSet
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal bmp As Bitmap _
    )
    'Usage
     
    
    Dim bmp As Bitmap
     
    Dim instance As New DicomDataSet(bmp)
    public DicomDataSet( 
       Bitmap bmp
    )
    public:
    DicomDataSet( 
       Bitmap^ bmp
    )

    Parameters

    bmp
    A System.Drawing.Bitmap object to import
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also