DicomObjects.NET.V8
DicomObjects Namespace / DicomImage Class / Bitmap Method / Bitmap(Int32) Method

The frame number to use. This is 1-index, i.e. first frame is 1 not 0




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 frame number to use. This is 1-index, i.e. first frame is 1 not 0

    Return Value

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

    Target Platforms: .NET CLR 4.0 or higher

    See Also