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
widthint
heightint
channelsint
typeint
pitchint
dataSystem.Void*

Function Overrides

See also