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