|
Altium C++ SDK 3.0
|
#include <EDP.PCB.RecordWrappers.h>
Public Attributes | |
| union { | |
| struct { | |
| int left | |
| int bottom | |
| int right | |
| int top | |
| } | |
| struct { | |
| int x1 | |
| int y1 | |
| int x2 | |
| int y2 | |
| } | |
| struct { | |
| int lx | |
| int ly | |
| int hx | |
| int hy | |
| } | |
| struct { | |
| T_CoordPoint Location1 | |
| T_CoordPoint Location2 | |
| } | |
| struct { | |
| T_CoordPoint BottomLeft | |
| T_CoordPoint TopRight | |
| } | |
| }; | |
| union { ... } PCB::T_CoordRect |
| int PCB::T_CoordRect::bottom |
| T_CoordPoint PCB::T_CoordRect::BottomLeft |
| int PCB::T_CoordRect::hx |
| int PCB::T_CoordRect::hy |
| int PCB::T_CoordRect::left |
| T_CoordPoint PCB::T_CoordRect::Location1 |
| T_CoordPoint PCB::T_CoordRect::Location2 |
| int PCB::T_CoordRect::lx |
| int PCB::T_CoordRect::ly |
| int PCB::T_CoordRect::right |
| int PCB::T_CoordRect::top |
| T_CoordPoint PCB::T_CoordRect::TopRight |
| int PCB::T_CoordRect::x1 |
| int PCB::T_CoordRect::x2 |
| int PCB::T_CoordRect::y1 |
| int PCB::T_CoordRect::y2 |