Create a new point.

Namespace:  TallComponents.Interaction
Assembly:  TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.21.0

Syntax

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

Parameters

x
Type: System..::.Double
The X coordinate.
y
Type: System..::.Double
The Y coordinate.

See Also