eDocEngine VCL Professional Help » Symbol Reference » Namespaces of Helper Classes » gtCstDocEng Namespace » gtCstDocEng.TgtShapeType Enumeration

Gnostice eDocEngine VCL Developer Guide
gtCstDocEng.TgtShapeType Enumeration
Pascal
public TgtShapeType = (
  stLine,
  stRectangle,
  stRoundRect,
  stEllipse,
  stPolygon,
  stPolyLine,
  stArc,
  stChord,
  stPie,
  stPolyBezier
);
C++
public: enum TgtShapeType {
  stLine,
  stRectangle,
  stRoundRect,
  stEllipse,
  stPolygon,
  stPolyLine,
  stArc,
  stChord,
  stPie,
  stPolyBezier
};

gtCstDocEng