Initializes a new instance of the UnitPoint structure.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public UnitPoint(
	Unit x,
	Unit y
)
Visual Basic
Public Sub New ( _
	x As Unit, _
	y As Unit _
)

Parameters

x
Type: C1.C1Preview..::..Unit
The X coordinate.
y
Type: C1.C1Preview..::..Unit
The Y coordinate.

See Also