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

AVS.DrawCircle Method

Draws a circle on an image.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void DrawCircle
(
	AvlNet.Image ioImage,
	AvlNet.Circle2D inCircle,
	AvlNet.Pixel inColor,
	AvlNet.DrawingStyle inDrawingStyle
)

Parameters

Name Type Range Default Description
ioImageAvlNet.Image
inCircleAvlNet.Circle2D
inColorAvlNet.Pixel
inDrawingStyleAvlNet.DrawingStyle

Function Overrides

See also