Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
_cairo_rectangle_int Struct Reference

#include <cairo.h>

Data Fields

int x
 
int y
 
int width
 
int height
 

Detailed Description

cairo_rectangle_int_t: @x: X coordinate of the left side of the rectangle @y: Y coordinate of the top side of the rectangle @width: width of the rectangle @height: height of the rectangle

A data structure for holding a rectangle with integer coordinates.

Since: 1.10

Definition at line 532 of file cairo.h.

Field Documentation

◆ height

int _cairo_rectangle_int::height

Definition at line 534 of file cairo.h.

◆ width

int _cairo_rectangle_int::width

Definition at line 534 of file cairo.h.

◆ x

int _cairo_rectangle_int::x

Definition at line 533 of file cairo.h.

◆ y

int _cairo_rectangle_int::y

Definition at line 533 of file cairo.h.


The documentation for this struct was generated from the following file: