[Overview][Types][Classes][Variables][Index] |
Holds the physical and working dimensions for a paper size.
Source position: printers.pas line 130
type TPaperRect = record |
||
PhysicalRect: TRect; |
|
Rectangle for the physical paper size. |
WorkRect: TRect; |
|
Rectangle for the usable print area on the paper. |
end; |
TPaperRect is a record type with members used to store the physical and working rectangles for a paper size. Coordinates values in the physical and working rectangles are expressed in Points (1/72 of an Inch).
TPaperRect is the type used to implement PaperRect, PaperRectOf and GetDefaultPaperRect in TPaperSize.
|
PaperRect - the rectangle dimensions for this paper. |
|
|
PaperRectOf - the Paper Rect corresponding to the given name. |
lazarus-ccr.sourceforge.net |