Constructs a vector using the specified coordinate values.

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

Syntax

C#
public Vector(
	double x,
	double y
)
Visual Basic (Declaration)
Public Sub New ( _
	x As Double, _
	y As Double _
)
Visual C++
public:
Vector(
	double x, 
	double y
)

Parameters

x
Type: System..::.Double
y
Type: System..::.Double

See Also