Furcadia Framework For Third Party Programs
MapTile Constructor (Int32, Int32) |
[This is preliminary documentation and is subject to change.]
Initializes a new instance of the MapTile class
Namespace: Furcadia.FurcMap
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 44
Syntax
public MapTile( int x, int y )
Public Sub New ( x As Integer, y As Integer ) Dim x As Integer Dim y As Integer Dim instance As New MapTile(x, y)
public: MapTile( int x, int y )
new : x : int * y : int -> MapTile
Parameters
- x
- Type: SystemInt32
[Missing <param name="x"/> documentation for "M:Furcadia.FurcMap.MapTile.#ctor(System.Int32,System.Int32)"]
- y
- Type: SystemInt32
[Missing <param name="y"/> documentation for "M:Furcadia.FurcMap.MapTile.#ctor(System.Int32,System.Int32)"]
See Also