You are here: Start » FIL.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 ftl::NIL is provided all image pixels will not set.
| Namespace: | Fil |
|---|---|
| Assembly: | FilNet.Types.dll |
Syntax
public Image ( int width, int height, Fil.PlainType type, int depth, Optional<Fil.Region> inRoi )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
| width | int | ||||
| height | int | ||||
| type | Fil.PlainType | ||||
| depth | int | ||||
![]() | inRoi | Ftl.Optional<Fil.Region> |

