MapTile Constructor (Int32, Int32)

From Furcadia Framework

MapTile Constructor (Int32, Int32)

Furcadia Framework For Third Party Programs
This stuff is still in the planning stages. Any questions or Comments are welcome.

[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 42
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

Reference