You are here: Start » AVL.NET » AVS.GetImageData Method

AVS.GetImageData Method

Extracts the image content (raw pixel data) as a binary buffer.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void GetImageData
(
	AvlNet.Image inImage,
	int? inPitch,
	AvlNet.ByteBuffer outBuffer
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inPitchint?<0, INF>Length, in bytes, between starts of consecutive image rows for the resulting data. Default value: atl::NIL.
outBufferAvlNet.ByteBuffer

Function Overrides

See also