'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)