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

AVS.DrawLine Method

Draws a line on an image.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void DrawLine
(
	AvlNet.Image ioImage,
	AvlNet.Line2D inLine,
	AvlNet.CoordinateSystem2D? inLineAlignment,
	AvlNet.Pixel inColor,
	AvlNet.DrawingStyle inDrawingStyle
)

Parameters

Name Type Range Default Description
ioImageAvlNet.Image
inLineAvlNet.Line2D
inLineAlignmentAvlNet.CoordinateSystem2D?
inColorAvlNet.Pixel
inDrawingStyleAvlNet.DrawingStyle

Function Overrides

See also