Instrumentation Widgets for PDA

VectorRectangle Constructor

Creates a new VectorRectangle instance given the top left coordinates, width, and height.

Overload List

Creates a new VectorRectangle instance given the top left location and size.

public VectorRectangle(Vector,Vector);

Creates a new VectorRectangle instance given the top left coordinates, width, and height.

public VectorRectangle(decimal,decimal,decimal,decimal);

Creates a new VectorRectangle instance given an exisitng instance of Rectangle.

public VectorRectangle(Rectangle);

Creates a new VectorRectangle instance given an exisitng instance of RectangleF.

public VectorRectangle(RectangleF);

See Also

VectorRectangle Class | PerpetuumSoft.InstrumentationPDA.Mathematics Namespace