ImageGear v26.0 - 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

Is this page helpful?
Yes No
Thanks for your feedback.