ImageGear v26.3 - Updated
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()
    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