Instrumentation Widgets for PDA

Vector Constructor

Constructs a vector using the specified coordinate values.

Overload List

Constructs a vector for the specified dicrection and coords.

public Vector(Direction,decimal,decimal);

Constructs a vector for the specified dicrection and point.

public Vector(Direction,Point);

Constructs a vector using the specified coordinate values.

public Vector(decimal,decimal);

Constructs a vector for the point that is specified as a pair of integer coordinates.

public Vector(Point);

Constructs a vector for the specified integer size.

public Vector(Size);

Constructs a vector for the specified size.

public Vector(SizeF);

See Also

Vector Class | PerpetuumSoft.InstrumentationPDA.Mathematics Namespace