ImageGear v26.0 - Updated
UpdateChannelFrom Method




ImageGear.Core Assembly > ImageGear.Processing Namespace > ImGearRasterProcessing Class : UpdateChannelFrom Method
Destination channel.
Source channel.
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)
public static void UpdateChannelFrom( 
   ImGearChannelRef channelToUpdate,
   ImGearChannelRef channelUpdateWith
)
public: static void UpdateChannelFrom( 
   ImGearChannelRef channelToUpdate,
   ImGearChannelRef channelUpdateWith
) 
public:
static void UpdateChannelFrom( 
   ImGearChannelRef channelToUpdate,
   ImGearChannelRef channelUpdateWith
) 

Parameters

channelToUpdate
Destination channel.
channelUpdateWith
Source channel.
Example
See Also

Reference

ImGearRasterProcessing Class
ImGearRasterProcessing Members
ImGearChannelRef Structure

Is this page helpful?
Yes No
Thanks for your feedback.