Project Hoshimi Documented Class Library
Item Property (x, y)
NamespacesPH.MapTerrainItem[([(Int32, Int32])])
Return the cell at (x,y). Throw an exception if outside of the Map
Declaration Syntax
C#Visual BasicVisual C++
public Cell this[
	int x,
	int y
] { get; }
Public ReadOnly Default Property Item ( _
	x As Integer, _
	y As Integer _
) As Cell
public:
property Cell^ default[int x, int y] {
	Cell^ get (int x, int y);
}
Parameters
x (Int32)
x location
y (Int32)
y location
Remarks

[Missing <remarks> documentation for P:PH.Map.Terrain.Item(System.Int32,System.Int32)]

Assembly: PH.Map (Module: PH.Map) Version: 6.0.0.0