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






In This Topic
    Bitmap() Method
    In This Topic
    Creates a Bitmap Image from DicomImage
    Syntax
    'Declaration
     
    
    Public Overloads Function Bitmap() As System.Drawing.Bitmap
    'Usage
     
    
    Dim instance As DicomImage
    Dim value As System.Drawing.Bitmap
     
    value = instance.Bitmap()
    public System.Drawing.Bitmap Bitmap()
    public function Bitmap(): System.Drawing.Bitmap; 
    public function Bitmap() : System.Drawing.Bitmap;
    public: System.Drawing.Bitmap* Bitmap(); 
    public:
    System.Drawing.Bitmap^ Bitmap(); 

    Return Value

    Bitmap
    Remarks
    Returnes a Bitmap image of the full size of the DicomImage
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also