You are here: Start » AVL.NET » Invoke.GetImageColumn
Extracts an array of pixel values from a single column of an image.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void GetImageColumn ( Avl.Image inImage, Optional<int> inChannelIndex, int inColumnIndex, List<float> outValues, List<Avl.Pixel> outPixels )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inImage | Avl.Image | Input image. | ||
![]()  | inChannelIndex | Atl.Optional<int> | <0, 3> | Selects a channel of the input image. Default value: atl::NIL. | |
![]()  | inColumnIndex | int | <0, 65535> | Selects a column of the input image. | |
![]()  | outValues | System.Collections.Generic.List<float> | Output pixel values of the column. | ||
![]()  | outPixels | System.Collections.Generic.List<Avl.Pixel> | Output pixels of the column. | 


