Initializes a new instance of the PointD structure.

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

Syntax

C#
public PointD(
	double x,
	double y
)
Visual Basic
Public Sub New ( _
	x As Double, _
	y As Double _
)

Parameters

x
Type: System..::..Double
The horizontal position of the point.
y
Type: System..::..Double
The vertical position of the point.

See Also