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






    Bitmap() Method
    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()

    Return Value

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

    Target Platforms: .NET CLR 4.8 or higher

    See Also