System.Types.TSizeF.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(P: TSizeF); overload;
constructor Create(const X, Y: Single); overload;

C++

TSizeF() _ALWAYS_INLINE {
TSizeF(float w, float h) _ALWAYS_INLINE {
TSizeF(const TSize& s) _ALWAYS_INLINE {

Properties

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

Description

Creates a TSizeF object.

The type of the Width and Height properties is Single.

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