ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Processing Namespace / ImGearRasterProcessing Class / UpdateChannelFrom Method
Destination channel.
Source channel.




In This Topic
UpdateChannelFrom Method
In This Topic
Copies channel from channel referenced by channelUpdateWith to the channel referenced by channelToUpdate. The pages containing both channels must have the same width and height.
Syntax
'Declaration
 
Public Shared Sub UpdateChannelFrom( _
   ByVal channelToUpdate As ImGearChannelRef, _
   ByVal channelUpdateWith As ImGearChannelRef _
) 
 
'Usage
 
Dim channelToUpdate As ImGearChannelRef
Dim channelUpdateWith As ImGearChannelRef
 
ImGearRasterProcessing.UpdateChannelFrom(channelToUpdate, channelUpdateWith)

Parameters

channelToUpdate
Destination channel.
channelUpdateWith
Source channel.
Example
See Also