You are here: Start » AVL.NET » Invoke.GetImageData
Extracts the image content (raw pixel data) as a binary buffer.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void GetImageData ( Avl.Image inImage, Optional<int> inPitch, Avl.ByteBuffer outBuffer )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | Avl.Image | Input image. | ||
![]() | inPitch | Atl.Optional<int> | <0, INF> | Length, in bytes, between starts of consecutive image rows for the resulting data. Default value: atl::NIL. | |
![]() | outBuffer | Avl.ByteBuffer |