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

VideoBoxPrimitive.SetArc Method

Sets an arc as this primitive

Namespace:VideoBoxBase
Assembly:VideoBoxBase.dll

Syntax

public void SetArc
(
	float x,
	float y,
	float r,
	float startAngle,
	float sweepAngle
)

Parameters

Name Type Range Default Description
xfloatX coordinate of the center of the arc circle.
yfloatY coordinate of the center of the arc circle.
rfloatRadius of the arc circle.
startAnglefloatArc start angle.
sweepAnglefloatArc sweep angle.

See also