Instrumentation Widgets for PDA

VectorRectangle Implicit RectangleF to VectorRectangle Conversion 

Converts the specified RectangleF to a VectorRectangle

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

See Also

VectorRectangle Class | PerpetuumSoft.InstrumentationPDA.Mathematics Namespace