You are here: Start » AVL.NET » AVL.ImagePixels(AvlNet.Image, AvlNet.Pixel[])

AVL.ImagePixels(AvlNet.Image, AvlNet.Pixel[])

Returns an array of pixels from the input image.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void ImagePixels(
	AvlNet.Image inImage,
	out AvlNet.Pixel[] outPixels
)

Parameters

inImage
Type: AvlNet.Image
Input image
outPixels
Type: AvlNet.Pixel

Remarks

See full override for more details.

See also