ImageGear .NET
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
public ImGearChannelRange( 
   int start,
   int count
)
public: ImGearChannelRange( 
   int start,
   int count
)
public:
ImGearChannelRange( 
   int start,
   int count
)
'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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback