Click or drag to resize

ImageCommandAllocatePixelFormatArray Method

Allocate an array of PixelFormat enums.

Namespace:  Atalasoft.Imaging.ImageProcessing
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
protected static PixelFormat[] AllocatePixelFormatArray(
	int len
)

Parameters

len
Type: SystemInt32
The number of elements to allocate.

Return Value

Type: PixelFormat
Remarks
This method was added to work around a bug in Managed C++ that made it impossible to correctly allocate an array of enums. In general, most client code will never need to call this method.
See Also