![]() |
AAX SDK
2.4.1
Avid Audio Extensions Development Kit
|
#include <AAX_GUITypes.h>
Data structure representing a rectangle in a two-dimensional coordinate plane.
Public Member Functions | |
AAX_Rect (float t, float l, float w, float h) | |
AAX_Rect (void) | |
Public Attributes | |
float | top |
float | left |
float | width |
float | height |
|
inline |
|
inline |
float AAX_Rect::top |
Referenced by operator==().
float AAX_Rect::left |
Referenced by operator==().
float AAX_Rect::width |
Referenced by operator==().
float AAX_Rect::height |
Referenced by operator==().