DK for ActiveX | TatukGIS_XDK11.ITGIS_Bitmap.IsNilOrEmpty | Methods | Properties
Test if bitmap is empty or nil
// C# public WordBool IsNilOrEmpty( ITGIS_Bitmap _bmp );
' VisualBasic Public Function IsNilOrEmpty( ByVal _bmp As ITGIS_Bitmap ) As WordBool
// Oxygene public function IsNilOrEmpty( _bmp : ITGIS_Bitmap ) : WordBool;
| Name | Type | Description |
|---|---|---|
| _bmp | ITGIS_Bitmap | bitmap to test |
| Type | Description |
|---|---|
| WordBool | True if bitmap is not allocated or is empty. |