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

AVL.DrawArc

Draws an arc on an image.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void DrawArc
(
	AvlNet.Image ioImage,
	AvlNet.Arc2D inArc,
	AvlNet.Pixel inColor,
	AvlNet.DrawingStyle inDrawingStyle
)

Parameters

Name Type Range Default Description
ioImageAvlNet.Image
inArcAvlNet.Arc2D
inColorAvlNet.Pixel
inDrawingStyleAvlNet.DrawingStyle

Function Overrides

See also