Instrumentation Widgets for PDA

VectorRectangle Constructor (Vector, Vector)

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

[Visual Basic]
Overloads Public Sub New( _
   ByVal location As Vector, _
   ByVal size As Vector _
)
[C#]
public VectorRectangle(
   Vector location,
   Vector size
);

See Also

VectorRectangle Class | PerpetuumSoft.InstrumentationPDA.Mathematics Namespace | VectorRectangle Constructor Overload List