ImageEn, unit iexBitmaps

TIEMask.IsEmpty

TIEMask.IsEmpty

Declaration

function IsEmpty(): Boolean;

Description

Returns True if the mask contains all zeros.

Example

if ImageEnView1.SelectionMask.IsEmpty() then
  ShowMessage('Empty');