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

AVS.DrawPath Method

Draws a path on an image.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void DrawPath
(
	AvlNet.Image ioImage,
	AvlNet.Path inPath,
	AvlNet.Pixel inColor,
	AvlNet.DrawingStyle inDrawingStyle
)

Parameters

Name Type Range Default Description
ioImageAvlNet.Image
inPathAvlNet.PathInput path.
inColorAvlNet.Pixel
inDrawingStyleAvlNet.DrawingStyle

Function Overrides

See also