Skip to content
GR32>TCustomMap>EmptyMethod

TCustomMap.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.