Picasso API  2.8
Data Fields
_ps_rect Struct Reference

A structure that contains location and dimensions of a rectangle. More...

#include <picasso.h>

Data Fields

float x
 
float y
 
float w
 
float h
 

Detailed Description

A structure that contains location and dimensions of a rectangle.

Definition at line 188 of file picasso.h.

Field Documentation

◆ h

float _ps_rect::h

the height of the rectangle.

Definition at line 196 of file picasso.h.

◆ w

float _ps_rect::w

the width of the rectangle.

Definition at line 194 of file picasso.h.

◆ x

float _ps_rect::x

locate left of the rectangle.

Definition at line 190 of file picasso.h.

◆ y

float _ps_rect::y

locate top of the rectangle.

Definition at line 192 of file picasso.h.


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