'Declaration
Public Function DicomSetWindowLevel( _ ByVal ImageID As Integer, _ ByVal WindowWidth As Single, _ ByVal WindowLevel As Single _ ) As GdPictureStatus
public GdPictureStatus DicomSetWindowLevel( int ImageID, float WindowWidth, float WindowLevel )
public function DicomSetWindowLevel( ImageID: Integer; WindowWidth: Single; WindowLevel: Single ): GdPictureStatus;
public function DicomSetWindowLevel( ImageID : int, WindowWidth : float, WindowLevel : float ) : GdPictureStatus;
public: GdPictureStatus DicomSetWindowLevel( int ImageID, float WindowWidth, float WindowLevel )
public: GdPictureStatus DicomSetWindowLevel( int ImageID, float WindowWidth, float WindowLevel )
Parameters
- ImageID
- GdPicture image identifier. The DICOM image.
- WindowWidth
- The window width. Should be a value in the range 1 ; DicomGetMaxWindowWidth().
- WindowLevel
- The window level. Should be a value in the range DicomGetMinWindowLevel() ; DicomGetMaxWindowLevel().
Return Value
A member of the GdPictureStatus enumeration.