'Declaration
Public Function DicomGetMaxWindowLevel( _ ByVal ImageID As Integer _ ) As Single
public float DicomGetMaxWindowLevel( int ImageID )
public function DicomGetMaxWindowLevel( ImageID: Integer ): Single;
public function DicomGetMaxWindowLevel( ImageID : int ) : float;
public: float DicomGetMaxWindowLevel( int ImageID )
public: float DicomGetMaxWindowLevel( int ImageID )
Parameters
- ImageID
- GdPicture image identifier. The DICOM image.
Return Value
The maximum window level.