ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearDIB Class / CopyImageTo Method
Dib for copy to.




In This Topic
    CopyImageTo Method
    In This Topic
    Copies internal image data to incoming dib.
    Syntax
    'Declaration
     
    Protected MustOverride Sub CopyImageTo( _
       ByVal dib As ImGearDIB _
    ) 
    'Usage
     
    Dim instance As ImGearDIB
    Dim dib As ImGearDIB
     
    instance.CopyImageTo(dib)
    protected abstract void CopyImageTo( 
       ImGearDIB dib
    )
    protected: abstract void CopyImageTo( 
       ImGearDIB* dib
    ) 
    protected:
    abstract void CopyImageTo( 
       ImGearDIB^ dib
    ) 

    Parameters

    dib
    Dib for copy to.
    See Also