|
Altium C++ SDK 3.0
|
#include <EDP.SCH.Interfaces.h>
| void SCH::ISch_Polygon::ClearAllVertices | ( | ) |
| bool SCH::ISch_Polygon::GetState_IsSolid | ( | ) |
| TSize SCH::ISch_Polygon::GetState_LineWidth | ( | ) |
| bool SCH::ISch_Polygon::GetState_Transparent | ( | ) |
| DXP::C_Point SCH::ISch_Polygon::GetState_Vertex | ( | int | I | ) |
| int SCH::ISch_Polygon::GetState_VerticesCount | ( | ) |
| bool SCH::ISch_Polygon::InsertVertex | ( | int | Index | ) |
| bool SCH::ISch_Polygon::RemoveVertex | ( | int * | Index | ) |
| void SCH::ISch_Polygon::SetState_IsSolid | ( | bool | AValue | ) |
| void SCH::ISch_Polygon::SetState_LineWidth | ( | TSize | AValue | ) |
| void SCH::ISch_Polygon::SetState_Transparent | ( | bool | B | ) |
| void SCH::ISch_Polygon::SetState_Vertex | ( | int | I, |
| DXP::C_Point | ALocation ) |
| void SCH::ISch_Polygon::SetState_VerticesCount | ( | int | AValue | ) |