ImageGear .NET - Updated October 2, 2018
ImGearChannelRef Constructor(ImGearRasterPage,Int32)




ImageGear24.Core Assembly > ImageGear.Processing Namespace > ImGearChannelRef Structure > ImGearChannelRef Constructor : ImGearChannelRef Constructor(ImGearRasterPage,Int32)
Reference to the raster page.
Index of a pixel channel in the raster page.
Initializes a new instance of the ImGearChannelRef structure.
Syntax
'Declaration
 
Public Function New( _
   ByVal content As ImGearRasterPage, _
   ByVal number As Integer _
)
 
'Usage
 
Dim content As ImGearRasterPage
Dim number As Integer
 
Dim instance As New ImGearChannelRef(content, number)

Parameters

content
Reference to the raster page.
number
Index of a pixel channel in the raster page.
See Also

Reference

ImGearChannelRef Structure
ImGearChannelRef Members
Overload List
ImGearChannelRef Structure
ImGearRasterPage Class