ImageEn, unit iexBitmaps

TIEBitmap.SyncFull

TIEBitmap.SyncFull

Declaration

function SyncFull(): Boolean;

Description

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

Example

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

See Also

Full
IsAllBlack
IsBlank