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
ioImageAvl.Image
inEllipseAvl.Rectangle2D
inEllipseAlignmentAtl.Optional<Avl.CoordinateSystem2D>
inColorAvl.Pixel
inDrawingStyleAvl.DrawingStyle

See also