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