ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Processing Namespace / ImGearRasterProcessing Class / InsertChannel Method
Page to insert channel to.
Position of the channel in the page.
Reference to the channel to be inserted.




In This Topic
InsertChannel Method
In This Topic
Inserts a channel to the page's DIB and changes page's color space.
Syntax
'Declaration
 
Public Shared Sub InsertChannel( _
   ByVal page As ImGearRasterPage, _
   ByVal newChannelPos As Integer, _
   ByVal channel As ImGearChannelRef _
) 
 
'Usage
 
Dim page As ImGearRasterPage
Dim newChannelPos As Integer
Dim channel As ImGearChannelRef
 
ImGearRasterProcessing.InsertChannel(page, newChannelPos, channel)

Parameters

page
Page to insert channel to.
newChannelPos
Position of the channel in the page.
channel
Reference to the channel to be inserted.
Example
See Also