Constructor GridPoint
| Improve this Doc View SourceGridPoint(Int32, Int32)
Initializes a new instance of GridPoint.
Declaration
public GridPoint(int x, int y)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | x | The index of grid column. |
| System.Int32 | y | The index of grid row. |