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

Parameters

r  RectangleF
The RectangleF structure to be converted.

Return Value

RectangleF
Returns a Rectangle.
See Also