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