ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearDIB Class / IsEmpty Method




In This Topic
IsEmpty Method (ImGearDIB)
In This Topic
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()

Return Value

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