You are here: Start » AVL.NET » Image Constructor
Image Constructor
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.TS.dll |
Syntax
public Image( int width, int height, int pitch, AvlNet.PlainType type, int depth, System.IntPtr dataPointer )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
| width | int | ||||
| height | int | ||||
| pitch | int | ||||
| type | AvlNet.PlainType | ||||
| depth | int | ||||
| dataPointer | System.IntPtr |
