'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.