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