Altium C++ SDK 3.0
Loading...
Searching...
No Matches
DXP::T_Rect Struct Reference

#include <DXP.RecordWrappers.h>

Inheritance diagram for DXP::T_Rect:
DXP::C_Rect

Public Attributes

union { 
   struct { 
      int   Left 
      int   Top 
      int   Right 
      int   Bottom 
   } 
   struct { 
      T_Point   TopLeft 
      T_Point   BottomRight 
   } 
}; 

Member Data Documentation

◆ [union]

union { ... } DXP::T_Rect

◆ Bottom

int DXP::T_Rect::Bottom

◆ BottomRight

T_Point DXP::T_Rect::BottomRight

◆ Left

int DXP::T_Rect::Left

◆ Right

int DXP::T_Rect::Right

◆ Top

int DXP::T_Rect::Top

◆ TopLeft

T_Point DXP::T_Rect::TopLeft

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