HotPDF Developer Reference
Delphi and C++Builder PDF component help
|
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. |