Legend
| Static method: IEnumerable<Square> Rectangle( |
| int | width | Width of the grid. |
| int | height | Height of the grid. |
| int | dx |
Specifies the x-coordinate of the top-left corner. Default is 0. |
| int | dy |
Specifies the y-coordinate of the top-left corner. Default is 0. |