System.Types.TSize.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(P : TSize); overload;
constructor Create(const X, Y : Integer); overload;

C++

TSize() _ALWAYS_INLINE {
TSize(const tagSIZE& ts) _ALWAYS_INLINE {
TSize(int32_t x, int32_t y) _ALWAYS_INLINE {

Properties

Type Visibility Source Unit Parent
constructor public
System.Types.pas
SystemTypes.h
System.Types TSize

Description

Creates a TSize object.

Use Create to construct and initialize a new TSize object.

To create a nonempty TSize object, send a TSize object, or a width and a height, through the constructor parameters.