AAX SDK  2.1.1
Avid Audio Extensions Development Kit
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions | Public Attributes
AAX_Rect Struct Reference

#include <AAX_GUITypes.h>

Description

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
 

Constructor & Destructor Documentation

AAX_Rect::AAX_Rect ( float  t,
float  l,
float  w,
float  h 
)
inline
AAX_Rect::AAX_Rect ( void  )
inline

Member Data Documentation

float AAX_Rect::top
float AAX_Rect::left
float AAX_Rect::width
float AAX_Rect::height

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