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

VideoBoxPrimitive.SetRectangleArrayItem Method

Sets a single item in an oriented rectangle primitives array.

Namespace:VideoBoxBase
Assembly:VideoBoxBase.dll

Syntax

public void SetRectangleArrayItem
(
	int index,
	float x,
	float y,
	float width,
	float height,
	float angle
)

Parameters

Name Type Range Default Description
indexint
xfloat
yfloat
widthfloat
heightfloat
anglefloat

See also