Skip to main content

Create(TPersistent,Single,Single) Constructor

Initializes a new instance of the TdxSizeFloat class with specified settings.

Declaration

constructor Create(AOwner: TPersistent; ADefaultWidth: Single = 0; ADefaultHeight: Single = 0); reintroduce; overload;

Parameters

Name Type Description
AOwner TPersistent

A persistent object to which the stored dimensions belong.

ADefaultWidth Single

Specifies the initial width in single precision floating-point coordinates.

ADefaultHeight Single

Specifies the initial height in single precision floating-point coordinates.

See Also