Furcadia Framework For Third Party Programs
FurrePosition Class |
[This is preliminary documentation and is subject to change.]
Furcadia Isometric Corrdinates
Inheritance Hierarchy
Namespace: Furcadia.Drawing
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 44
Syntax
The FurrePosition type exposes the following members.
Constructors
Name | Description | |
---|---|---|
FurrePosition | Initializes a new instance of the FurrePosition class | |
FurrePosition(String) |
Tak a B220 encoded string representing the x,y coordinates and convert them to Furcadia (X,Y) Coordinates
| |
FurrePosition(Int32, Int32) |
Furre Position using integer Corrdinates
| |
FurrePosition(String, String) |
Furre Position using Base 220 Corrdinates
|
Properties
Methods
Name | Description | |
---|---|---|
Equals | (Overrides ObjectEquals(Object).) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | (Overrides ObjectGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | (Overrides ObjectToString.) |
Extension Methods
Name | Description | |
---|---|---|
AsDouble | (Defined by ObjectExtensions.) | |
AsInt16 | (Defined by ObjectExtensions.) | |
AsInt32 | (Defined by ObjectExtensions.) | |
AsInt64 | (Defined by ObjectExtensions.) | |
AsString | (Defined by ObjectExtensions.) |
See Also