Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: IEnumerable<Cairo> Rectangle(int, int)

  • 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

intwidth Width of the grid.
intheight Height of the grid.