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