ImageGear v26.3 - Updated
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)
    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