Converts this object to another type via an explicit cast.
Syntax

[C#]

static Rectangle operator explicit (RectangleF rect);

[Visual Basic]

Shared Function Operator Explicit (rect As RectangleF) As Rectangle
Params
Name Description
rect The RectangleF to convert. Floating point values will be rounded to the nearest integer.
Notes

None.

Example

None.