Instrumentation Widgets for PDA

VectorRectangle Constructor (Decimal, Decimal, Decimal, Decimal)

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

[Visual Basic]
Overloads Public Sub New( _
   ByVal x As Decimal, _
   ByVal y As Decimal, _
   ByVal width As Decimal, _
   ByVal height As Decimal _
)
[C#]
public VectorRectangle(
   decimal x,
   decimal y,
   decimal width,
   decimal height
);

See Also

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