[]
Gets or sets a lookup table index (from 0 to 15) at the specified coordinates.
public int this[int x, int y] { get; set; }
Public Default Property Item(x As Integer, y As Integer) As Integer
Type | Name | Description |
---|---|---|
int | x | The X coordinate. |
int | y | The Y coordinate. |