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

#include <cairo.h>

Data Fields

double x
 
double y
 
double width
 
double height
 

Detailed Description

cairo_rectangle_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.

Since: 1.4

Definition at line 1054 of file cairo.h.

Field Documentation

◆ height

double _cairo_rectangle::height

Definition at line 1055 of file cairo.h.

◆ width

double _cairo_rectangle::width

Definition at line 1055 of file cairo.h.

◆ x

double _cairo_rectangle::x

Definition at line 1055 of file cairo.h.

◆ y

double _cairo_rectangle::y

Definition at line 1055 of file cairo.h.


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