ImageGear for .NET
ImGearPixelArray Constructor
See Also  Send Feedback
ImageGear21.Core Assembly > ImageGear.Core Namespace > ImGearPixelArray Class : ImGearPixelArray Constructor




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.

Glossary Item Box

Initializes a new instance of the ImGearPixelArray class. Initializes a new instance of the ImGearPixelArray class.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

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.

Remarks

Initializes the pixel store using the pixel's defining attributes and the length of the array.

See Also

©2013. Accusoft Corporation. All Rights Reserved.