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

VideoBoxPrimitive.SetEllipseArrayItem Method

Sets a single item in an ellipse primitives array.

Namespace:VideoBoxBase
Assembly:VideoBoxBase.dll

Syntax

public void SetEllipseArrayItem
(
	int index,
	float centerX,
	float centerY,
	float width,
	float height,
	float angle
)

Parameters

Name Type Range Default Description
indexint
centerXfloat
centerYfloat
widthfloat
heightfloat
anglefloat

See also