 | RectangleIX Property |
Gets or sets the x-component of the position of this rectangle.
Namespace: Slash.Math.Geometry.RectanglesAssembly: Slash.Math (in Slash.Math.dll) Version: 1.0.6018.40177
Syntaxpublic int X { get; set; }
Public Property X As Integer
Get
Set
public:
property int X {
int get ();
void set (int value);
}
member X : int with get, set
Property Value
Type:
Int32
See Also