HotPDF Delphi PDF Component Developer Guide | ![]() |
THPDFRect defines a rectangle.
Unit HPDFDoc
type THPDFRect = record Left: Extended; Top: Extended; Right: Extended; Bottom: Extended; end;
Description THPDFRect represents the dimensions of a rectange. The coordinates are specified as either four separate extendeds representing the left, top, right, and bottom sides. |
Copyright©2007-2019 losLab.com |