Instrumentation Widgets for PDA

VectorRectangle Implicit VectorRectangle to RectangleF Conversion 

Converts the specified VectorRectangle to a RectangleF

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

See Also

VectorRectangle Class | PerpetuumSoft.InstrumentationPDA.Mathematics Namespace