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

AVL.DrawPath

Draws a path on an image.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void DrawPath
(
	AvlNet.Image ioImage,
	AvlNet.Path inPath,
	AvlNet.CoordinateSystem2D? inPathAlignment,
	AvlNet.Pixel inColor,
	AvlNet.DrawingStyle inDrawingStyle
)

Parameters

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

Function Overrides

See also