TdxCustomSmartImage.AssignFromGraphic(TGraphic) Method
Populates the Smart Image container with the image stored in the specified image container.
Declaration
procedure AssignFromGraphic(AGraphic: TGraphic); virtual;
Parameters
Name | Type |
---|---|
AGraphic | TGraphic |
Remarks
Call this procedure to replace the Smart Image container’s current content with the bitmap or EMF stored in an image container passed as the AGraphic parameter.
See Also