Constructs a vector using the specified coordinate values.
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);
Vector Class | PerpetuumSoft.InstrumentationPDA.Mathematics Namespace