System.Types.tagSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

tagSize = TSize;

Properties

Type Visibility Source Unit Parent
record public System.Types.pas System.Types System.Types

Description

tagSize is a record holding width and height values.

The SIZE equates to a tagSize type, which in turn equates to a tagSize record.

tagSize holds the width (cx) and height (cy) of something, typically in pixels. For example, TextExtent returns the width and height, in pixels, of a string rendered in the current font.

See Also