You are here: Start » AVL.NET » VideoBoxBase.SetImage Method
VideoBoxBase.SetImage Method
Sets a general image data to be displayed in this control.
| Namespace: | VideoBoxBase |
|---|---|
| Assembly: | VideoBoxBase.dll |
Syntax
public void SetImage( int width, int height, int depth, VideoBoxBase.ImagePixelType type, int pitch, System.Void* data )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
| width | int | Width of the image in pixels. | |||
| height | int | Height of the image in pixels | |||
| depth | int | Number of channels per pixel. | |||
| type | VideoBoxBase.ImagePixelType | Data type of the pixel channel. | |||
| pitch | int | Offset in bytes between the beginnings of the scan lines in the image data buffer. | |||
| data | System.Void* | Pointer to the beginning of the image data buffer. |
