You are here: Start » FIL.NET » FIS.FillImageBuffer Method

FIS.FillImageBuffer Method

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
outImageFilNet.Image
inWidthint
inHeightint
inTypeFilNet.PlainType
inDepthint
inPitchint
inDataSystem.IntPtr

See also