You are here: Start » AVL.NET » AVS.DrawEllipse Method

AVS.DrawEllipse Method

Draws an ellipse on an image.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void DrawEllipse
(
	AvlNet.Image ioImage,
	AvlNet.Rectangle2D inEllipse,
	AvlNet.Pixel inColor,
	AvlNet.DrawingStyle inDrawingStyle
)

Parameters

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

Function Overrides

See also