- Declared in: RT.Coordinates.Cairo
Declaration
public static IEnumerable<Cairo> Rectangle(
int width,
int height
)Summary
Returns a set of
Cairo cells that form a rectangle of the specified
width and
height, dividing each square into four
Cairo cells.
Parameters
| int | width |
Width of the grid. |
| int | height |
Height of the grid. |