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

VideoBoxPrimitive.SetRectangle Method

Sets an oriented 2D rectangle as this primitive.

Namespace:VideoBoxBase
Assembly:VideoBoxBase.dll

Syntax

public void SetRectangle
(
	float x,
	float y,
	float width,
	float height,
	float angle
)

Parameters

Name Type Range Default Description
xfloat
yfloat
widthfloat
heightfloat
anglefloat

See also