DK11 for Delphi | GisTypesUI.TGIS_Bitmap.IsNilOrEmpty | Constructors | Methods | Properties
Test if bitmap is emptyt or nil
// Delphi public class function IsNilOrEmpty( const _bmp : TGIS_Bitmap ) : Boolean; inline;
// C++ Builder public: __classmethod bool IsNilOrEmpty( TGIS_Bitmap* const _bmp );
Name | Type | Description |
---|---|---|
_bmp | TGIS_Bitmap | bitmap to test |
Type | Description |
---|---|
Boolean | True if bitmap is not allocated or is empty. |