'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.