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

VideoBoxPrimitive.SetBoxArrayItem Method

Sets a single item in a 2D box primitives array.

Namespace:VideoBoxBase
Assembly:VideoBoxBase.dll

Syntax

public void SetBoxArrayItem
(
	int index,
	int x,
	int y,
	int width,
	int height
)

Parameters

Name Type Range Default Description
indexint
xint
yint
widthint
heightint

See also