ImageGear .NET v24.12 - Updated
ImGearVOIWindow Constructor(Int32,Int32)




ImageGear24.Formats.Dicom Assembly > ImageGear.Formats.DICOM Namespace > ImGearVOIWindow Structure > ImGearVOIWindow Constructor : ImGearVOIWindow Constructor(Int32,Int32)
Window Center.
Window Width.
Initializes a new instance of the ImGearVOIWindow struct.
Syntax
'Declaration
 
Public Function New( _
   ByVal center As Integer, _
   ByVal width As Integer _
)
'Usage
 
Dim center As Integer
Dim width As Integer
 
Dim instance As New ImGearVOIWindow(center, width)
public ImGearVOIWindow( 
   int center,
   int width
)
public: ImGearVOIWindow( 
   int center,
   int width
)
public:
ImGearVOIWindow( 
   int center,
   int width
)

Parameters

center
Window Center.
width
Window Width.

Return Value

The new instance of ImGearVOIWindow structure object.
Remarks
This constructor creates new instance of ImGearVOIWindow structure object, using the specified 32-bit values for window center and width.
See Also

Reference

ImGearVOIWindow Structure
ImGearVOIWindow Members
Overload List