You are here: Start » Image Constructor

Image Constructor

Namespace:FilNet
Assembly:FIL.NET.TS.dll

Syntax

public Image
(
	int width,
	int height,
	int pitch,
	FilNet.PlainType type,
	int depth,
	byte[] dataPointer
)

Parameters

Name Type Range Default Description
widthint
heightint
pitchint
typeFilNet.PlainType
depthint
dataPointerbyte[]

See also