You are here: Start » AVL.NET » AVL.DrawArc Method
AVL.DrawArc Method
Draws an arc on an image.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void DrawArc( ref AvlNet.Image ioImage, AvlNet.Arc2D inArc, AvlNet.CoordinateSystem2D? inArcAlignment, AvlNet.Pixel inColor, AvlNet.DrawingStyle inDrawingStyle )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
| ioImage | AvlNet.Image | ||||
![]() | inArc | AvlNet.Arc2D | |||
![]() | inArcAlignment | AvlNet.CoordinateSystem2D? | |||
![]() | inColor | AvlNet.Pixel | |||
![]() | inDrawingStyle | AvlNet.DrawingStyle |

