ImageGear .NET - Updated November 28, 2017
ImGearChannelRange Constructor(Int32,Int32)




ImageGear23.Core Assembly > ImageGear.Core Namespace > ImGearChannelRange Structure > ImGearChannelRange Constructor : ImGearChannelRange Constructor(Int32,Int32)
Start channel number.
Channel count.
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

Reference

ImGearChannelRange Structure
ImGearChannelRange Members
Overload List