TIEBitmap.CopyFromTIEMask
Declaration
procedure CopyFromTIEMask(Source: TIEMask);
Description
Copies the image from a
TIEMask object.
If Source is
nil then fills the bitmap with all 255.
Example
// Copy a selection mask to a bitmap
ImageEnView1.IEBitmap.CopyFromTIEMask( ImageEnView2.SelectionMask );