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