Click or drag to resize

RectangleF  Conversion (RectangleF to RectangleF)

Converts the specified RectangleF structure to a 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 (
	RectangleF r
)

Parameters

r
Type: Easymap.AddIn.Common.GraphicsRectangleF
The RectangleF structure to be converted.

Return Value

Type: RectangleF
Returns a Rectangle.
See Also