ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Processing Namespace / ImGearChannelRef Structure / ImGearChannelRef Constructor / ImGearChannelRef Constructor(ImGearRasterPage)
Reference to page whose image contains channel data.




In This Topic
    ImGearChannelRef Constructor(ImGearRasterPage)
    In This Topic
    Initializes a new instance of the ImGearChannelRef structure.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal content As ImGearRasterPage _
    )
    'Usage
     
    Dim content As ImGearRasterPage
     
    Dim instance As New ImGearChannelRef(content)
    public ImGearChannelRef( 
       ImGearRasterPage content
    )
    public: ImGearChannelRef( 
       ImGearRasterPage* content
    )
    public:
    ImGearChannelRef( 
       ImGearRasterPage^ content
    )

    Parameters

    content
    Reference to page whose image contains channel data.
    Remarks
    This constructor sets the Number property to 0.
    See Also