ImageGear .NET - Updated
ImGearPixel Constructor




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearPixel Class : ImGearPixel Constructor
Number of channels in the image.
Space, in bits, to allocate for each image channel.
Initializes a new instance of the ImGearPixel class.
Syntax
'Declaration
 
Public Function New( _
   ByVal channelCount As Integer, _
   ByVal bitsPerChannel As Integer _
)
'Usage
 
Dim channelCount As Integer
Dim bitsPerChannel As Integer
 
Dim instance As New ImGearPixel(channelCount, bitsPerChannel)
public ImGearPixel( 
   int channelCount,
   int bitsPerChannel
)
public: ImGearPixel( 
   int channelCount,
   int bitsPerChannel
)
public:
ImGearPixel( 
   int channelCount,
   int bitsPerChannel
)

Parameters

channelCount
Number of channels in the image.
bitsPerChannel
Space, in bits, to allocate for each image channel.
See Also

Reference

ImGearPixel Class
ImGearPixel Members