|
TPDFCurrPoint defines a point.
Unit HPDFDoc
type THPDFCurrPoint = record X: Extended; Y: Extended; end;
Description: Ο τύπος THPDFCurrPoint ορίζει pixel location. Το X καθορίζει το horizontal coordinate του point και το Y καθορίζει το vertical coordinate
|