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

DataMatrix Constructor

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

Syntax

public DataMatrix
(
	AvlNet.Point2D positionOrigin,
	float positionAngle,
	float positionWidth,
	float positionHeight,
	string text,
	AvlNet.DataMatrixType type
)

Parameters

Name Type Range Default Description
positionOriginAvlNet.Point2D
positionAnglefloat
positionWidthfloat
positionHeightfloat
textstring
typeAvlNet.DataMatrixType

See also