DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomDataSet Class / Bitmap Method / Bitmap() Method



In This Topic
    Bitmap() 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() As Bitmap
    'Usage
     
    
    Dim instance As DicomDataSet
    Dim value As Bitmap
     
    value = instance.Bitmap()
    public Bitmap Bitmap()
    public:
    Bitmap^ Bitmap(); 

    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