ImageGear .NET - Updated
ImGearChannelRange Constructor(Int32,Int32)




ImageGear24.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)
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

Reference

ImGearChannelRange Structure
ImGearChannelRange Members
Overload List