System.Types.SIZE
Delphi
SIZE = TSize;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| record | public | System.Types.pas | System.Types | System.Types |
Description
Represents an alias to a record holding width and height values.
Use SIZE to hold the width (cx) and height (cy) values, typically in pixels.