GdPicture image identifier. The DICOM image.





In This Topic
GdPicture14 Namespace / GdPictureImaging Class / DicomGetLastWindowWidth Method

DicomGetLastWindowWidth Method (GdPictureImaging)

In This Topic
Returns the last window width applied to a DICOM image.
Syntax
'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.
Remarks
Use the GetStat() method to determine if the method succeeded.
See Also