GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureImaging / DicomSetWindowLevel Method





In This Topic
DicomSetWindowLevel Method (GdPictureImaging)
In This Topic
Syntax
'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
WindowWidth
WindowLevel
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureImaging
GdPictureImaging Members