Eyeshot 10 WinForms API Reference
GetBitmap Method (CtSliceInfo)

WinForms Assembly > devDept.Eyeshot.Dicom Namespace > CtSliceInfo Class : GetBitmap Method
The window center (brightness) value.
The window width (contrast) value.
Gets the pixel data of a CT slice as gray-scale bitmap.
Syntax
'Declaration
 
Public Overridable Function GetBitmap( _
   ByVal windowCenter As Integer, _
   ByVal windowWidth As Integer _
) As Bitmap
public virtual Bitmap GetBitmap( 
   int windowCenter,
   int windowWidth
)

Parameters

windowCenter
The window center (brightness) value.
windowWidth
The window width (contrast) value.

Return Value

Remarks
If you use an external library to read the DICOM images, then you need to override this method.
See Also

Reference

CtSliceInfo Class
CtSliceInfo Members