X Property
X
Gets or sets the x-coordinate of the left edge of this Rectangle structure.
Declaration
public int X { get; set; }
Public Property X As Integer
Property Value
Type |
Description |
int |
The x-coordinate of the left edge of this Rectangle structure.
|