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

Region Constructor

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Syntax

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

Parameters

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

See also