ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearChannelRange Structure / ImGearChannelRange Constructor / ImGearChannelRange Constructor(Int32,Int32)
Start channel number.
Channel count.




In This Topic
    ImGearChannelRange Constructor(Int32,Int32)
    In This Topic
    Initializes a new instance of the ImGearChannelRange structure with start channel number and channel count.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal start As Integer, _
       ByVal count As Integer _
    )
    'Usage
     
    Dim start As Integer
    Dim count As Integer
     
    Dim instance As New ImGearChannelRange(start, count)
    public ImGearChannelRange( 
       int start,
       int count
    )
    public: ImGearChannelRange( 
       int start,
       int count
    )
    public:
    ImGearChannelRange( 
       int start,
       int count
    )

    Parameters

    start
    Start channel number.
    count
    Channel count.
    See Also