Struct cairo_rectangle_int_t

A data structure for holding a rectangle with integer coordinates.

Fields

Name Type Description
height int height of the rectangle
width int width of the rectangle
x int X coordinate of the left side of the rectangle
y int Y coordinate of the the top side of the rectangle

Since

1.10

Authors

Johannes Pfau cairoD
cairo team cairo

Copyright

License

cairoD wrapper/bindings Boost License 1.0
cairo LGPL 2.1 / MPL 1.1