DicomObjects.NET.V8
DicomObjects Namespace / DicomImage 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 from DicomImage
    Syntax
    'Declaration
     
    Public Overloads Function Bitmap( _
       ByVal frame As Integer _
    ) As Bitmap
    'Usage
     
    Dim instance As DicomImage
    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

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

    Target Platforms: .NET CLR 3.5 or higher

    See Also