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

Gnostice eDocEngine VCL Developer Guide
gtCstDocEng.TgtPathOperation Enumeration
Pascal
public TgtPathOperation = (
  poBeginPath,
  poEndPath,
  poCloseFigure,
  poAbortPath,
  poFillPath,
  poStrokeAndFillPath,
  poStrokePath,
  poSelectClipPath
);
C++
public: enum TgtPathOperation {
  poBeginPath,
  poEndPath,
  poCloseFigure,
  poAbortPath,
  poFillPath,
  poStrokeAndFillPath,
  poStrokePath,
  poSelectClipPath
};

gtCstDocEng