type TSize = record Cx, Cy: Integer; end;
A generic type which holds dimensions of a rectangle, if not stated otherwise, dimensions are specified in pixels.
[See Also]