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.43.1

Syntax

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

Parameters

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

See Also