RectangleF Conversion (RectangleF to RectangleF) |
Copies the specified System.Drawing.RectangleF structure to a System.Drawing.RectangleF
structure.
Namespace:
Easymap.AddIn.Common.Graphics
Assembly:
Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntaxpublic static implicit operator RectangleF (
RectangleF r
)
Public Shared Widening Operator CType (
r As RectangleF
) As RectangleF
Parameters
- r
- Type: System.DrawingRectangleF
The System.Drawing.Rectangle structure to copy.
Return Value
Type:
RectangleFThe System.Drawing.RectangleF structure that is copied from the specified
System.Drawing.Rectangle structure.
See Also