ImageGear23.Core Assembly > ImageGear.Core Namespace > ImGearPixelArray Class : ImGearPixelArray Constructor |
'Declaration Public Function New( _ ByVal pixelCount As Integer, _ ByVal channelCount As Integer, _ ByVal bitsPerChannel 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 pixelCount, int channelCount, int bitsPerChannel )
public: ImGearPixelArray( int pixelCount, int channelCount, int bitsPerChannel )
public: ImGearPixelArray( int pixelCount, int channelCount, int bitsPerChannel )