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

AVL.DrawPath Method

Draws a path on an image.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void DrawPath(
	ref 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

See also