pntr
Image manipulation library
pntr_rectangle Struct Reference

Data Fields

int x
 
int y
 
int width
 
int height
 

Detailed Description

A rectangle.

Field Documentation

◆ height

int pntr_rectangle::height

The height of the rectangle.

◆ width

int pntr_rectangle::width

The width of the rectangle.

◆ x

int pntr_rectangle::x

The x position of the rectangle.

◆ y

int pntr_rectangle::y

The y position of the rectangle.