DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomDataSet Class / Bitmap Method / Bitmap(Int32) Method
The explicit frame of the image



In This Topic
    Bitmap(Int32) Method
    In This Topic
    Creates a Bitmap Image of the pixel data

    References 'libgdiplus' core packages, ensure it is installed to use this method

    Syntax
    'Declaration
     
    
    Public Overloads Function Bitmap( _
       ByVal frame As Integer _
    ) As Bitmap
    'Usage
     
    
    Dim instance As DicomDataSet
    Dim frame As Integer
    Dim value As Bitmap
     
    value = instance.Bitmap(frame)
    public Bitmap Bitmap( 
       int frame
    )
    public:
    Bitmap^ Bitmap( 
       int frame
    ) 

    Parameters

    frame
    The explicit frame of the image

    Return Value

    A Bitmap image of the full size of the pixel data found
    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