You are here: Start » AVL.NET » AVL.DrawEllipse Method
AVL.DrawEllipse Method
Draws an ellipse on an image.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void DrawEllipse( ref AvlNet.Image ioImage, AvlNet.Rectangle2D inEllipse, AvlNet.Pixel inColor, AvlNet.DrawingStyle inDrawingStyle )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
| ioImage | AvlNet.Image | ||||
![]() | inEllipse | AvlNet.Rectangle2D | |||
![]() | inColor | AvlNet.Pixel | |||
![]() | inDrawingStyle | AvlNet.DrawingStyle |

