Instrumentation Widgets for PDA

VectorRectangle Explicit VectorRectangle to Rectangle Conversion 

Converts the specified VectorRectangle to an integer Rectangle with truncation.

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

See Also

VectorRectangle Class | PerpetuumSoft.InstrumentationPDA.Mathematics Namespace