Gets or sets the x-coordinate of the upper-left corner of this System.Drawing.RectangleF
structure.
Namespace:
Easymap.AddIn.Common.Graphics
Assembly:
Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntaxpublic float X { get; set; }
Public Property X As Single
Get
Set
Return Value
Type:
Single
The x-coordinate of the upper-left corner of this System.Drawing.RectangleF
structure.
See Also