RectangleF Conversion (RectangleF to Rectangle) |
Converts the specified RectangleF structure to a Rectangle structure by rounding the RectangleF values to the next higher integer values.
Namespace: Easymap.AddIn.Common.GraphicsAssembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntaxpublic static implicit operator Rectangle (
RectangleF r
)
Public Shared Widening Operator CType (
r As RectangleF
) As Rectangle
Parameters
- r RectangleF
- The RectangleF structure to be converted.
Return Value
RectangleReturns a
Rectangle.
See Also