|
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 59
Syntax public Base220 X { get; set; }
Public Property X As Base220
Get
Set
Dim instance As FurrePosition
Dim value As Base220
value = instance.X
instance.X = value
public:
property Base220^ X {
Base220^ get ();
void set (Base220^ value);
}
member X : Base220 with get, set
Property Value
Type:
Base220See Also