Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Dicom Namespace / IodElement Class / GetBitmap Method / GetBitmap(Int32,Int32) Method
The brightness (window center)
The contrast (window width)

In This Topic
    GetBitmap(Int32,Int32) Method
    In This Topic
    Gets the pixel data of the CT slice as bitmap.
    Syntax
    'Declaration
     
    Public Overloads Function GetBitmap( _
       ByVal brightness As Integer, _
       ByVal contrast As Integer _
    ) As Bitmap
    public Bitmap GetBitmap( 
       int brightness,
       int contrast
    )

    Parameters

    brightness
    The brightness (window center)
    contrast
    The contrast (window width)

    Return Value

    See Also