Click or drag to resize

MapGetMapPos Method

This stuff is still in the planning stages. Any questions or Comments are welcome.

[This is preliminary documentation and is subject to change.]

Get a MapPosition object from the position specified by x & y

Namespace:  Furcadia.FurcMap
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntax
public MapPosition GetMapPos(
	int x,
	int y
)

Parameters

x
Type: SystemInt32
X Coordinate
y
Type: SystemInt32
Y Coordinate

Return Value

Type: MapPosition

[Missing <returns> documentation for "M:Furcadia.FurcMap.Map.GetMapPos(System.Int32,System.Int32)"]

See Also