You are here: Start » AVL.NET » Image Constructor
Image Constructor
Constructor used for creating new images. Parameter inRoi defines which pixels should not be set with zero values. If value atl::NIL is provided all image pixels will not set.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.Types.dll |
Syntax
public Image ( int width, int height, Avl.PlainType type, int depth, Optional<Avl.Region> inRoi )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
width | int | ||||
height | int | ||||
type | Avl.PlainType | ||||
depth | int | ||||
![]() | inRoi | Atl.Optional<Avl.Region> |