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.IntPtr data
)

Parameters

Name Type Range Default Description
widthint
heightint
channelsint
typeint
pitchint
dataSystem.IntPtr

Function Overrides

See also