You are here: Start » AVL.NET » Invoke.CreateArc
Creates an arc from an aligned point, radius, and angle range.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void CreateArc ( Avl.Point2D inPoint, Avl.Anchor2D inPointAnchor, float inRadius, float inStartAngle, float inSweepAngle, out Avl.Arc2D outArc )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inPoint | Avl.Point2D | |||
![]()  | inPointAnchor | Avl.Anchor2D | MiddleCenter | Alignment of the point relatively to the box of the circle. Default value: MiddleCenter. | |
![]()  | inRadius | float | <0.0f, INF> | Circle radius. | |
![]()  | inStartAngle | float | Direction at which the arc begins. | ||
![]()  | inSweepAngle | float | Length of the arc (may be negative). | ||
![]()  | outArc | Avl.Arc2D | 


