[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'types' (#rtl)

TSize

Area size

Declaration

Source position: types.pp line 104

type TSize = packed record

  cx: LongInt;

  

Width in pixels

  cy: LongInt;

  

Height in pixels

end;

Description

TSize is a type to describe the size of a rectangular area, where cx is the width, cy is the height (in pixels) of the rectangle.

See also

TRect

  

Rectangle in a plane

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