You are here: Start » AVL.NET » Invoke.DrawPath

Invoke.DrawPath

Draws a path on an image.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void DrawPath
(
	Avl.Image ioImage,
	Avl.Path inPath,
	Optional<Avl.CoordinateSystem2D> inPathAlignment,
	Avl.Pixel inColor,
	Avl.DrawingStyle inDrawingStyle
)

Parameters

Name Type Range Default Description
ioImageAvl.Image
inPathAvl.PathInput path.
inPathAlignmentAtl.Optional<Avl.CoordinateSystem2D>
inColorAvl.Pixel
inDrawingStyleAvl.DrawingStyle

See also