ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearDIB Class / AllocateImage Method




In This Topic
    AllocateImage Method
    In This Topic
    Allocates pixel data based on the DIB header information.
    Syntax
    'Declaration
     
    Public MustOverride Sub AllocateImage() 
    'Usage
     
    Dim instance As ImGearDIB
     
    instance.AllocateImage()
    public abstract void AllocateImage()
    public: abstract void AllocateImage(); 
    public:
    abstract void AllocateImage(); 
    Remarks
    Allocates store for pixel data based on the DIB header information. Previous store will be lost if any allocation was made before.
    See Also