Create a new point from an existing one.

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

Syntax

C#
public Point(
	Point point
)
Visual Basic (Declaration)
Public Sub New ( _
	point As Point _
)

Parameters

point
Type: TallComponents.Interaction..::.Point
The original point.

See Also