TPicture
Declaration
TPicture = class(...)
Description
VCL container for graphic objects.
In ImageEn, use
TIEBitmap instead.
See Also
◼VCL TPicture Documentation
Example
// Copy image from a TPicture to a TImageEnView
ImageEnView1.Assign( aPicture );
ImageEnView1.Update();