ImageGear .NET v25.1 - Updated
IsEmpty Method (ImGearDIB)




ImageGear.Core Assembly > ImageGear.Core Namespace > ImGearDIB Class : IsEmpty Method
Tells whether store for the pixels has been allocated.
Syntax
'Declaration
 
Public MustOverride Function IsEmpty() As Boolean
'Usage
 
Dim instance As ImGearDIB
Dim value As Boolean
 
value = instance.IsEmpty()
public abstract bool IsEmpty()
public: abstract bool IsEmpty(); 
public:
abstract bool IsEmpty(); 

Return Value

Boolean value.
Remarks
Pixel store can be allocated during DIB (page) creation or by AllocateImage method.
See Also

Reference

ImGearDIB Class
ImGearDIB Members
AllocateImage Method