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




In This Topic
    ImGearChannelRef Constructor(ImGearRasterPage,Int32)
    In This Topic
    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)
    public ImGearChannelRef( 
       ImGearRasterPage content,
       int number
    )
    public: ImGearChannelRef( 
       ImGearRasterPage* content,
       int number
    )
    public:
    ImGearChannelRef( 
       ImGearRasterPage^ content,
       int number
    )

    Parameters

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