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




ImageGear24.Formats.Dicom Assembly > ImageGear.Formats.DICOM Namespace > ImGearVOIWindow Structure > ImGearVOIWindow Constructor : ImGearVOIWindow Constructor(Int64,Int64)
Window Center.
Window Width.
Initializes a new instance of the ImGearVOIWindow struct.
Syntax
'Declaration
 
Public Function New( _
   ByVal center As Long, _
   ByVal width As Long _
)
'Usage
 
Dim center As Long
Dim width As Long
 
Dim instance As New ImGearVOIWindow(center, width)
public ImGearVOIWindow( 
   long center,
   long width
)
public: ImGearVOIWindow( 
   long center,
   long width
)
public:
ImGearVOIWindow( 
   int64 center,
   int64 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 64-bit values for window center and width.
See Also

Reference

ImGearVOIWindow Structure
ImGearVOIWindow Members
Overload List