You are here: Start » AVL.NET » AVL.DrawEllipse(AvlNet.Image, AvlNet.Rectangle2D, AvlNet.CoordinateSystem2D?, AvlNet.Pixel, AvlNet.DrawingStyle)
AVL.DrawEllipse(AvlNet.Image, AvlNet.Rectangle2D, AvlNet.CoordinateSystem2D?, AvlNet.Pixel, AvlNet.DrawingStyle)
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void DrawEllipse( ref AvlNet.Image ioImage, AvlNet.Rectangle2D inEllipse, AvlNet.CoordinateSystem2D? inEllipseAlignment, AvlNet.Pixel inColor, AvlNet.DrawingStyle inDrawingStyle )
Parameters
- ioImage
- Type: AvlNet.Image
- inEllipse
- Type: AvlNet.Rectangle2D
- inEllipseAlignment
- Type: System.Nullable<AvlNet.CoordinateSystem2D>
- inColor
- Type: AvlNet.Pixel
- inDrawingStyle
- Type: AvlNet.DrawingStyle
