You are here: Start » AVL.NET » AVS.AvsFilter_MakeStringLabel Method

AVS.AvsFilter_MakeStringLabel Method

Creates a StringLabel structure from individual fields.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void AvsFilter_MakeStringLabel
(
	string inText,
	AvlNet.Point2D inPosition,
	out AvlNet.StringLabel outLabel
)

Parameters

Name Type Range Default Description
inTextstring
inPositionAvlNet.Point2D
outLabelAvlNet.StringLabel

See also