Click or drag to resize

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: 11.2.0.0
Syntax
public static implicit operator RectangleF (
	Rectangle r
)

Parameters

r
Type: System.DrawingRectangle
The System.Drawing.Rectangle structure to convert.

Return Value

Type: RectangleF
The System.Drawing.RectangleF structure that is converted from the specified System.Drawing.Rectangle structure.
See Also