You are here: Start » FIL.NET » Region Constructor

Region Constructor

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

Syntax

public Region
(
	int frameWidth,
	int frameHeight,
	IList<FilNet.PointRun> data
)

Parameters

Name Type Range Default Description
frameWidthint
frameHeightint
dataSystem.Collections.Generic.IList<FilNet.PointRun>

See also