Click or drag to resize

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

Parameters

r  RectangleF
The System.Drawing.Rectangle structure to copy.

Return Value

RectangleF
The System.Drawing.RectangleF structure that is copied from the specified System.Drawing.Rectangle structure.
See Also