You are here: Start » AVL.NET » GDIImage.SetImageData Method
GDIImage.SetImageData Method
| Namespace: | VideoBoxBase | 
|---|---|
| Assembly: | VideoBoxBase.dll | 
Syntax
public void SetImageData ( int width, int height, int channels, int type, int pitch, System.Void* data )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
| width | int | ||||
| height | int | ||||
| channels | int | ||||
| type | int | ||||
| pitch | int | ||||
| data | System.Void* | 
Function Overrides
- SetImageData(Int32, Int32, Int32, Int32, Int32, Byte[])
 - SetImageData(Int32, Int32, Int32, Int32, Int32, IntPtr)
 
