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

VideoBoxPrimitive.SetArcArrayItem Method

Sets a single item in an arc primitives array.

Namespace:VideoBoxBase
Assembly:VideoBoxBase.dll

Syntax

public void SetArcArrayItem
(
	int index,
	float x,
	float y,
	float r,
	float startAngle,
	float sweepAngle
)

Parameters

Name Type Range Default Description
indexint
xfloat
yfloat
rfloat
startAnglefloat
sweepAnglefloat

See also