Create a new point from a transformation.

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

Syntax

C#
public Point(
	Transform transform
)
Visual Basic
Public Sub New ( _
	transform As Transform _
)

Parameters

transform
Type: TallComponents.PDF.Transforms..::..Transform
A transformation that is aplied to (0,0).

See Also