Create a new point.

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

Syntax

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

Parameters

x
Type: System..::..Double
The X coordinate.
y
Type: System..::..Double
The Y coordinate.
transform
Type: TallComponents.PDF.Transforms..::..Transform
A transformation that is applied to the new point.

See Also