ImageGear for .NET
ImGearVOIWindow Constructor(Int64,Int64)




Window Center.
Window Width.
Initializes a new instance of the ImGearVOIWindow struct.
Syntax
public ImGearVOIWindow( 
   long center,
   long width
)
public: ImGearVOIWindow( 
   long center,
   long width
)
public:
ImGearVOIWindow( 
   int64 center,
   int64 width
)
'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)

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

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback