Skip to content
GR32>TCustomBitmap32>EmptyMethod
Inherited from:TCustomMap.Empty

TCustomBitmap32.Empty

Determines whether the map has zero area.

Declaration

pascal
function Empty: Boolean; virtual;

Description ​

Empty returns True if either Width <= 0 or Height <= 0. Returns False when both dimensions are positive.