FurrePosition.X Property

FFF3PP

FurrePositionX Property

This stuff is still in the planning stages. Any questions or Comments are welcome.

[This is preliminary documentation and is subject to change.]

x coordinate

Namespace:  Furcadia.Drawing
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 44
Syntax
public int X { get; set; }
Public Property X As Integer
	Get
	Set

Dim instance As FurrePosition
Dim value As Integer

value = instance.X

instance.X = value
public:
property int X {
	int get ();
	void set (int value);
}
member X : int with get, set

Property Value

Type: Int32
See Also