[Overview][Types][Classes][Variables][Index] Reference for unit 'Printers' (#lcl)

TPaperRect

Holds the physical and working dimensions for a paper size.

Declaration

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;

Description

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.

See also

TPaperSize.PaperRect

  

PaperRect - the rectangle dimensions for this paper.

TPaperSize.PaperRectOf

  

PaperRectOf - the Paper Rect corresponding to the given name.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.