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

DataCode Constructor

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

Syntax

public DataCode(
	float centerX,
	float centerY,
	AvlNet.Polarity polarity,
	string text,
	int rowCount,
	int columnCount,
	float minModuleSize,
	float maxModuleSize,
	AvlNet.Point2D[] grid
)

Parameters

Name Type Range Default Description
centerXfloat
centerYfloat
polarityAvlNet.Polarity
textstring
rowCountint
columnCountint
minModuleSizefloat
maxModuleSizefloat
gridAvlNet.Point2D

See also