You are here: Start » AVL.NET » AVS.FillImageBuffer Method

AVS.FillImageBuffer Method

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void FillImageBuffer
(
	AvlNet.Image outImage,
	int inWidth,
	int inHeight,
	AvlNet.PlainType inType,
	int inDepth,
	int inPitch,
	System.IntPtr inData
)

Parameters

Name Type Range Default Description
outImageAvlNet.Image
inWidthint
inHeightint
inTypeAvlNet.PlainType
inDepthint
inPitchint
inDataSystem.IntPtr

See also