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

VideoBoxPrimitive.SetBox Method

Sets a 2D axis aligned box as this primitive.

Namespace:VideoBoxBase
Assembly:VideoBoxBase.dll

Syntax

public void SetBox
(
	int x,
	int y,
	int width,
	int height
)

Parameters

Name Type Range Default Description
xintX coordinate of the box corner.
yintY coordinate of the box corner.
widthintWidth of the box.
heightintHeight of the box.

See also