Initializes a new instance of the 
ImGearPixelArray class.
            Initializes a new instance of the 
ImGearPixelArray class.
            
            
Syntax
            
            
            
            
            'Declaration
 
Public Function New( _
   ByVal  As Integer, _
   ByVal  As Integer, _
   ByVal  As Integer _
)
             
        
            
            'Usage
 
Dim pixelCount As Integer
Dim channelCount As Integer
Dim bitsPerChannel As Integer
 
Dim instance As New ImGearPixelArray(pixelCount, channelCount, bitsPerChannel)
             
        
            
            public ImGearPixelArray( 
   int ,
   int ,
   int 
)
             
        
            
            public: ImGearPixelArray( 
   int ,
   int ,
   int 
)
             
        
            
            public:
ImGearPixelArray( 
   int ,
   int ,
   int 
)
             
        
             
        
            Parameters
- pixelCount
- Quantity of pixels to be stored in array.
- channelCount
- Quantity of channels in an image whose pixels are stored in array.
- bitsPerChannel
- Actual size of store to contain color value for each image channel.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also