ImageEn, unit iexBitmaps

TIEMask.Fill

TIEMask.Fill

Declaration

procedure Fill(Alpha: Integer = 255);

Description

Fills the entire mask using the Alpha value. Valid range 0 (fully transparent) to 255 (fully opaque).

Example

ImageEnView1.SelectionMask.Fill( 125 );