TSize

type TSize = record
  Cx, Cy: Integer;
end;

Description

A generic type which holds dimensions of a rectangle, if not stated otherwise, dimensions are specified in pixels.