Click or drag to resize

RectangleFLeft Property

Gets the x-coordinate of the left edge of this System.Drawing.RectangleF structure.

Namespace:  Easymap.AddIn.Common.Graphics
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public float Left { get; }

Return Value

Type: Single
The x-coordinate of the left edge of this System.Drawing.RectangleF structure.
See Also