You are here: Start » Image Constructor

Image Constructor

Constructor used for creating wrappers on existing data.

Namespace:Fil
Assembly:FilNet.Types.dll

Syntax

public Image
(
	int width,
	int height,
	int pitch,
	Fil.PlainType type,
	int depth,
	System.IntPtr data,
	Optional<Fil.Region> inRoi
)

Parameters

Name Type Range Default Description
widthint
heightint
pitchint
typeFil.PlainType
depthint
dataSystem.IntPtr
inRoiFtl.Optional<Fil.Region>

See also