GdPicture image identifier. The DICOM image.





In This Topic
GdPicture14 Namespace / GdPictureImaging Class / DicomGetLastWindowLevel Method

DicomGetLastWindowLevel Method (GdPictureImaging)

In This Topic
Returns the last window level applied to a DICOM image.
Syntax
'Declaration
 
Public Function DicomGetLastWindowLevel( _
   ByVal ImageID As Integer _
) As Single
public float DicomGetLastWindowLevel( 
   int ImageID
)
public function DicomGetLastWindowLevel( 
    ImageID: Integer
): Single; 
public function DicomGetLastWindowLevel( 
   ImageID : int
) : float;
public: float DicomGetLastWindowLevel( 
   int ImageID
) 
public:
float DicomGetLastWindowLevel( 
   int ImageID
) 

Parameters

ImageID
GdPicture image identifier. The DICOM image.

Return Value

The window level.
Remarks
Use the GetStat() method to determine if the method succeeded.
See Also