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, AvlNet.ByteBuffer outBuffer )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inImage | AvlNet.Image | Input image. | ||
![]() | outBuffer | AvlNet.ByteBuffer |


