Altium C++ SDK 3.0
Loading...
Searching...
No Matches
SCH::T_CoordRect Struct Reference

#include <EDP.SCH.RecordWrappers.h>

Inheritance diagram for SCH::T_CoordRect:
SCH::C_CoordRect

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 
   } 
}; 

Member Data Documentation

◆ [union]

union { ... } SCH::T_CoordRect

◆ Bottom

int SCH::T_CoordRect::Bottom

◆ Left

int SCH::T_CoordRect::Left

◆ Location1

DXP::T_Point SCH::T_CoordRect::Location1

◆ Location2

DXP::T_Point SCH::T_CoordRect::Location2

◆ Right

int SCH::T_CoordRect::Right

◆ Top

int SCH::T_CoordRect::Top

◆ x1

int SCH::T_CoordRect::x1

◆ x2

int SCH::T_CoordRect::x2

◆ y1

int SCH::T_CoordRect::y1

◆ y2

int SCH::T_CoordRect::y2

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