eDocEngine VCL Professional Help » Symbol Reference » Namespaces of Helper Classes » gtExPDFEng Namespace » gtExPDFEng.TgtLine Record

Gnostice eDocEngine VCL Developer Guide
gtExPDFEng.TgtLine Record

Holds coordinates of the ends of a line.

Pascal
public TgtLine = record
  Bottom: Double;
  Left: Double;
  Right: Double;
  Top: Double;
end;
C++
public: struct TgtLine {
  Double Bottom;
  Double Left;
  Double Right;
  Double Top;
};

gtExPDFEng

Members
Members 
Description 
Bottom: Double; 
Y-coordinate of the ending point of the line. 
Left: Double; 
X-coordinate of the starting point of the line. 
Right: Double; 
X-coordinate of the ending point of the line. 
Top: Double; 
Y-coordinate of the ending point of the line.