Property | Type | Description | |
---|---|---|---|
HalfWidth | int |
Method | Description | |
---|---|---|
ConvertCoordsDiamond ( int x, int y, int hWidth, int hHeight, int &row, int &col ) : void |
Method to convert from screen(x,y) coordinates to map(row,col) coordinates
|
public static ConvertCoordsDiamond ( int x, int y, int hWidth, int hHeight, int &row, int &col ) : void | ||
x | int | |
y | int | |
hWidth | int | |
hHeight | int | |
row | int | |
col | int | |
return | void |