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

