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

#include <EDP.PCB.RecordWrappers.h>

Inheritance diagram for PCB::T_CoordRect:
PCB::C_CoordRect

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

Member Data Documentation

◆ [union]

union { ... } PCB::T_CoordRect

◆ bottom

int PCB::T_CoordRect::bottom

◆ BottomLeft

T_CoordPoint PCB::T_CoordRect::BottomLeft

◆ hx

int PCB::T_CoordRect::hx

◆ hy

int PCB::T_CoordRect::hy

◆ left

int PCB::T_CoordRect::left

◆ Location1

T_CoordPoint PCB::T_CoordRect::Location1

◆ Location2

T_CoordPoint PCB::T_CoordRect::Location2

◆ lx

int PCB::T_CoordRect::lx

◆ ly

int PCB::T_CoordRect::ly

◆ right

int PCB::T_CoordRect::right

◆ top

int PCB::T_CoordRect::top

◆ TopRight

T_CoordPoint PCB::T_CoordRect::TopRight

◆ x1

int PCB::T_CoordRect::x1

◆ x2

int PCB::T_CoordRect::x2

◆ y1

int PCB::T_CoordRect::y1

◆ y2

int PCB::T_CoordRect::y2

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