You are here: Start » AVL.NET » AVL.DrawPath(AvlNet.Image, AvlNet.Path, AvlNet.CoordinateSystem2D?, AvlNet.Pixel, AvlNet.DrawingStyle)

AVL.DrawPath(AvlNet.Image, AvlNet.Path, AvlNet.CoordinateSystem2D?, AvlNet.Pixel, AvlNet.DrawingStyle)

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

ioImage
Type: AvlNet.Image
inPath
Type: AvlNet.Path
inPathAlignment
Type: System.Nullable<AvlNet.CoordinateSystem2D>
inColor
Type: AvlNet.Pixel
inDrawingStyle
Type: AvlNet.DrawingStyle

See also