libkipr  1.0.0
rectangle Struct Reference

A rectangle object. More...

#include <geometry.h>

Public Attributes

int ulx
 the x value of the rectangle's upper left More...
 
int uly
 the y value of the rectangle's upper left More...
 
int width
 the width of the rectangle More...
 
int height
 the height of the rectangle More...
 

Detailed Description

A rectangle object.

Member Data Documentation

◆ height

int rectangle::height

the height of the rectangle

◆ ulx

int rectangle::ulx

the x value of the rectangle's upper left

◆ uly

int rectangle::uly

the y value of the rectangle's upper left

◆ width

int rectangle::width

the width of the rectangle


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