You are here: Start » FIL.NET » Image Constructor
Image Constructor
Creates a new image with given dimensions and sets all the pixels to
Namespace: | Fil |
---|---|
Assembly: | FilNet.Types.dll |
Syntax
public Image ( int width, int height, Fil.PlainType type, int depth )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
width | int | ||||
height | int | ||||
type | Fil.PlainType | ||||
depth | int |