Click or drag to resize

GlobalAllocPixelMemory Constructor (Int32, Int32)

Constructs a new PixelMemory object with memory allocated by GlobalAlloc.

Namespace:  Atalasoft.Imaging.Memory
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public GlobalAllocPixelMemory(
	int height,
	int rowStride
)

Parameters

height
Type: SystemInt32
The height of the image.
rowStride
Type: SystemInt32
The number of bytes in a scanline rounded up to the next multiple of 4.
See Also