You are here: Start » Image Constructor
Image Constructor
Constructor used for creating wrappers on existing data.
| Namespace: | Avl |
|---|---|
| Assembly: | AvlNet.Types.dll |
Syntax
public Image ( int width, int height, int pitch, Avl.PlainType type, int depth, System.IntPtr data, Optional<Avl.Region> inRoi )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
| width | int | ||||
| height | int | ||||
| pitch | int | ||||
| type | Avl.PlainType | ||||
| depth | int | ||||
| data | System.IntPtr | ||||
![]() | inRoi | Atl.Optional<Avl.Region> |

