Skip to main content

TdxCustomSmartImage.AssignFromSmartImage(TdxCustomSmartImage) Method

Populates the Smart Image container with the image stored in another Smart Image container.

Declaration

procedure AssignFromSmartImage(AImage: TdxCustomSmartImage); virtual;

Parameters

Name Type
AImage TdxCustomSmartImage

Remarks

Call this procedure to replace the Smart Image container’s current content with a BMP, GIF, JPEG, PNG, TIFF, or SVG image stored in a container passed as the AImage parameter.

Certain DevExpress Smart Image container classes inherited from TdxCustomSmartImage override this procedure to recalculate the class-specific property values from the newly assigned image.

See Also