|
Altium C++ SDK 3.0
|
#include <DXP.RecordWrappers.h>
Public Attributes | |
| union { | |
| struct { | |
| int Left | |
| int Top | |
| int Right | |
| int Bottom | |
| } | |
| struct { | |
| T_Point TopLeft | |
| T_Point BottomRight | |
| } | |
| }; | |
| union { ... } DXP::T_Rect |
| int DXP::T_Rect::Bottom |
| T_Point DXP::T_Rect::BottomRight |
| int DXP::T_Rect::Left |
| int DXP::T_Rect::Right |
| int DXP::T_Rect::Top |
| T_Point DXP::T_Rect::TopLeft |