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

VideoBoxPrimitive.SetLabeledRectangle Method

Sets a Rectangle with a text label as this primitive.

Namespace:VideoBoxBase
Assembly:VideoBoxBase.dll

Syntax

public void SetLabeledRectangle
(
	float x,
	float y,
	float width,
	float height,
	float angle,
	string text
)

Parameters

Name Type Range Default Description
xfloat
yfloat
widthfloat
heightfloat
anglefloat
textstringText of the label.

See also