Instrumentation Widgets for PDA

VectorRectangle Implicit Rectangle to VectorRectangle Conversion 

Converts the specified Rectangle to a VectorRectangle

[Visual Basic]
returnValue = VectorRectangle.op_Implicit(rect)
[C#]
public static implicit operator VectorRectangle(
   Rectangle rect
);

See Also

VectorRectangle Class | PerpetuumSoft.InstrumentationPDA.Mathematics Namespace