ImageEn, unit iexBitmaps

TIEMask.SyncFull

TIEMask.SyncFull

Declaration

function SyncFull(): Boolean;

Description

Sets Full to True if all values are 255.
Result is True if full (i.e. same as Full)

Example

if ImageEnView1.SelectionMask.SyncFull() then
  ShowMessage('Full');

See Also

Full