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

DataCode Constructor

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

Syntax

public DataCode
(
	AvlNet.Path outline,
	AvlNet.Polarity polarity,
	string text,
	int rowCount,
	int columnCount,
	float minModuleSize,
	float maxModuleSize,
	AvlNet.Point2D center,
	IList<AvlNet.Point2D> grid,
	IList<AvlNet.Point2D> corners
)

Parameters

Name Type Range Default Description
outlineAvlNet.Path
polarityAvlNet.Polarity
textstring
rowCountint
columnCountint
minModuleSizefloat
maxModuleSizefloat
centerAvlNet.Point2D
gridSystem.Collections.Generic.IList<AvlNet.Point2D>
cornersSystem.Collections.Generic.IList<AvlNet.Point2D>

See also