ImageGear for .NET
IsEmpty Method (ImGearDIB)




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

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback