eDocEngine VCL Professional Help » Symbol Reference » Namespaces of Helper Classes » gtExPDFEng Namespace » gtExPDFEng.TgtLine Record
Gnostice eDocEngine VCL Developer Guide
|
Holds coordinates of the ends of a line.
public TgtLine = record Bottom: Double; Left: Double; Right: Double; Top: Double; end;
public: struct TgtLine { Double Bottom; Double Left; Double Right; Double Top; };
gtExPDFEng
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. |