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

VideoBoxPrimitive.SetEllipse Method

Sets an ellipse as this primitive

Namespace:VideoBoxBase
Assembly:VideoBoxBase.dll

Syntax

public void SetEllipse
(
	float centerX,
	float centerY,
	float width,
	float height,
	float angle
)

Parameters

Name Type Range Default Description
centerXfloat
centerYfloat
widthfloat
heightfloat
anglefloat

See also