TdxCustomSmartImage.AssignFromSmartImage(TdxCustomSmartImage) Method
In This Article
Populates the image container with an image stored in another image container.
#Declaration
Delphi
procedure AssignFromSmartImage(AImage: TdxCustomSmartImage); virtual;
#Parameters
Name | Type | Description |
---|---|---|
AImage | Tdx |
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