Initializes a new instance of the
ImGearVOIWindow struct.
Syntax
'Declaration
Public Function New( _
ByVal As Long, _
ByVal 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.
See Also