ImageGear v26.5 - Updated March 3, 2025
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)

Parameters

start
Start channel number.
count
Channel count.
See Also