You are here: Start » FIL.NET » Surface Constructor
Surface Constructor
| Namespace: | Fil |
|---|---|
| Assembly: | FilNet.Types.dll |
Syntax
public Surface ( int width_, int height_, int pitch_, Fil.PlainType type_, System.IntPtr data, Optional<Fil.Region> inRoi, bool makeDataOwn )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
| width_ | int | ||||
| height_ | int | ||||
| pitch_ | int | ||||
| type_ | Fil.PlainType | ||||
| data | System.IntPtr | ||||
![]() | inRoi | Ftl.Optional<Fil.Region> | |||
| makeDataOwn | bool |

