ImageGear .NET - Updated May 30, 2018
CopyImageTo Method




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearDIB Class : CopyImageTo Method
Dib for copy to.
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

Reference

ImGearDIB Class
ImGearDIB Members