T_Furcadia_Drawing_FurrePosition - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki
This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]
Furcadia Isometric Corrdinates
System.Object
Furcadia.Drawing.FurrePosition
Namespace: Furcadia.Drawing
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43
C#
public class FurrePosition
VB
Public Class FurrePosition
VB Usage
Dim instance As FurrePosition
C++
public ref class FurrePosition
F#
type FurrePosition = class end
The FurrePosition type exposes the following members.
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 |
Name | Description | |
---|---|---|
![]() |
X | x coordinate |
![]() |
Y | y coordinate |
Name | Description | |
---|---|---|
![]() |
Equals |
(Overrides Object.Equals(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 Object.GetHashCode().) |
![]() |
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 Object.ToString().) |
Name | Description | |
---|---|---|
![]() |
AsDouble | (Defined by ObjectExtensions.) |
![]() |
AsInt16 | (Defined by ObjectExtensions.) |
![]() |
AsInt32 | (Defined by ObjectExtensions.) |
![]() |
AsInt64 | (Defined by ObjectExtensions.) |
![]() |
AsString | (Defined by ObjectExtensions.) |