Constructs a vector for the specified point.

Namespace:  PerpetuumSoft.Framework.Drawing
Assembly:  PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1

Syntax

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

Parameters

point
Type: System.Drawing..::.Point

See Also