You are here: Start » AVL.NET » Invoke.DrawArc
Draws an arc on an image.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void DrawArc ( Avl.Image ioImage, Avl.Arc2D inArc, Optional<Avl.CoordinateSystem2D> inArcAlignment, Avl.Pixel inColor, Avl.DrawingStyle inDrawingStyle )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
| ioImage | Avl.Image | ||||
![]()  | inArc | Avl.Arc2D | |||
![]()  | inArcAlignment | Atl.Optional<Avl.CoordinateSystem2D> | |||
![]()  | inColor | Avl.Pixel | |||
![]()  | inDrawingStyle | Avl.DrawingStyle | 

