ImageEn, unit iexBitmaps
TIEBitmap.IsEmpty
TIEBitmap
.IsEmpty
Declaration
function IsEmpty(): boolean;
Description
Returns true if the bitmap is empty (width=0, height=0, etc...).
Example
If iebmp.IsEmpty() then
iebmp.Allocate( 200, 200 );
See Also
◼
Full
◼
IsAllBlack
◼
IsBlank