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 | |
|---|---|---|---|---|---|
| x | float | X coordinate of the center of the arc circle. | |||
| y | float | Y coordinate of the center of the arc circle. | |||
| r | float | Radius of the arc circle. | |||
| startAngle | float | Arc start angle. | |||
| sweepAngle | float | Arc sweep angle. |
