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

MatrixCodeParams Constructor

Namespace:Avl
Assembly:AvlNet.Types.dll

Syntax

public MatrixCodeParams
(
	int minRowCount_,
	int maxRowCount_,
	int minColumnCount_,
	int maxColumnCount_,
	float minModuleSize_,
	float maxModuleSize_,
	bool allowBrokenTiming_,
	bool allowBrokenCorner_,
	bool allowMirrored_,
	bool allowOversizedModules_,
	Optional<float> maxRectangleRatio_
)

Parameters

Name Type Range Default Description
minRowCount_int
maxRowCount_int
minColumnCount_int
maxColumnCount_int
minModuleSize_float
maxModuleSize_float
allowBrokenTiming_bool
allowBrokenCorner_bool
allowMirrored_bool
allowOversizedModules_bool
maxRectangleRatio_Atl.Optional<float>

See also