C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / UnitPoint Structure / UnitPoint Constructor
The X coordinate.
The Y coordinate.

In This Topic
UnitPoint Constructor
In This Topic
Initializes a new instance of the UnitPoint structure.
Syntax
'Declaration
 
Public Function New( _
   ByVal x As Unit, _
   ByVal y As Unit _
)
 

Parameters

x
The X coordinate.
y
The Y coordinate.
See Also