Click or drag to resize

GlobalAllocPixelMemory Constructor (Int64, Int32, Int32, Int32, Boolean)

Initializes a new instance of the GlobalAllocPixelMemory class

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(
	long numBytes,
	int height,
	int rowStride,
	int offsetToFirstScanline,
	bool zeroMemory
)

Parameters

numBytes
Type: SystemInt64
height
Type: SystemInt32
rowStride
Type: SystemInt32
offsetToFirstScanline
Type: SystemInt32
zeroMemory
Type: SystemBoolean
See Also