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

FIL.FillImageBuffer

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
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