Skip to main content

TdxCustomSmartImage.AssignFromSmartImage(TdxCustomSmartImage) Method

Populates the image container with an image stored in another image container.

Declaration

procedure AssignFromSmartImage(AImage: TdxCustomSmartImage); virtual;

Parameters

Name Type Description
AImage TdxCustomSmartImage

The source image container.

Remarks

Call the Assign procedure to replace the stored image with a BMP, GIF, JPEG, PNG, TIFF, or SVG image stored in a container passed as the AImage parameter.

See Also