Skip to main content

CreateSize(TSize,TdxAlphaColor) Constructor

Creates a new Smart Image container of the specified size and color.

Declaration

constructor CreateSize(const ASize: TSize; AColor: TdxAlphaColor = 0); overload;

Parameters

Name Type Description
ASize TSize

The ASize.Width and ASize.Height values define the created image’s dimensions.

AColor TdxAlphaColor

Optional. The solid fill color of the created image.

See Also