|
Altium C++ SDK 3.0
|
#include <EDP.SCH.RecordWrappers.h>
Public Attributes | |
| union { | |
| struct { | |
| int Left | |
| int Bottom | |
| int Right | |
| int Top | |
| } | |
| struct { | |
| int x1 | |
| int y1 | |
| int x2 | |
| int y2 | |
| } | |
| struct { | |
| DXP::T_Point Location1 | |
| DXP::T_Point Location2 | |
| } | |
| }; | |
| union { ... } SCH::T_CoordRect |
| int SCH::T_CoordRect::Bottom |
| int SCH::T_CoordRect::Left |
| DXP::T_Point SCH::T_CoordRect::Location1 |
| DXP::T_Point SCH::T_CoordRect::Location2 |
| int SCH::T_CoordRect::Right |
| int SCH::T_CoordRect::Top |
| int SCH::T_CoordRect::x1 |
| int SCH::T_CoordRect::x2 |
| int SCH::T_CoordRect::y1 |
| int SCH::T_CoordRect::y2 |