Picasso API  2.2
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 197 of file picasso.h.


Field Documentation

float _ps_rect::h

the height of the rectangle.

Definition at line 205 of file picasso.h.

float _ps_rect::w

the width of the rectangle.

Definition at line 203 of file picasso.h.

float _ps_rect::x

locate left of the rectangle.

Definition at line 199 of file picasso.h.

float _ps_rect::y

locate top of the rectangle.

Definition at line 201 of file picasso.h.


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