You are here: Start » AVL.NET » Function Reference » Image » Image Drawing » AVL.DrawEllipse

AVL.DrawEllipse

Draws an ellipse on an image.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void DrawEllipse
(
	AvlNet.Image ioImage,
	AvlNet.Rectangle2D inEllipse,
	AvlNet.CoordinateSystem2D? inEllipseAlignment,
	AvlNet.Pixel inColor,
	AvlNet.DrawingStyle inDrawingStyle
)

Parameters

Name Type Range Default Description
ioImageAvlNet.Image
inEllipseAvlNet.Rectangle2D
inEllipseAlignmentAvlNet.CoordinateSystem2D?
inColorAvlNet.Pixel
inDrawingStyleAvlNet.DrawingStyle

Function Overrides

See also