Click or drag to resize

ManagedPixelMemory Constructor (Int32, Int32)

Constructs a new ManagedPixelMemory object.

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 ManagedPixelMemory(
	int height,
	int rowStride
)

Parameters

height
Type: SystemInt32

The height of the image in scan lines

rowStride
Type: SystemInt32
The length of a scan line in bytes. This should be a multiple of 4.
See Also