ImageGear v26.3 - Updated November 9, 2022
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)

Parameters

dib
Dib for copy to.
See Also