You are here: Start » AVL.NET » VideoBoxPrimitive.SetLabeledRectangleArrayItem Method

VideoBoxPrimitive.SetLabeledRectangleArrayItem Method

Sets a single item in an primitives array of Rectangles with text labels.

Namespace:VideoBoxBase
Assembly:VideoBoxBase.dll

Syntax

public void SetLabeledRectangleArrayItem
(
	int index,
	float x,
	float y,
	float width,
	float height,
	float angle,
	string text
)

Parameters

Name Type Range Default Description
indexintIndex of the array item to set.
xfloat
yfloat
widthfloat
heightfloat
anglefloat
textstringText of the label.

See also