You are here: Start » AVL.NET » AVL.ImagePixels(AvlNet.Image, AvlNet.Region, AvlNet.Pixel[])
AVL.ImagePixels(AvlNet.Image, AvlNet.Region, 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, AvlNet.Region inRoi, out AvlNet.Pixel[] outPixels )
Parameters
- inImage
- Type: AvlNet.Image
Input image - inRoi
- Type: AvlNet.Region
Range of pixels to be processed, or null. - outPixels
- Type: AvlNet.Pixel
