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

AVL.DrawLine(AvlNet.Image, AvlNet.Line2D, AvlNet.CoordinateSystem2D?, AvlNet.Pixel, AvlNet.DrawingStyle)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


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

Parameters

ioImage
Type: AvlNet.Image
inLine
Type: AvlNet.Line2D
inLineAlignment
Type: System.Nullable<AvlNet.CoordinateSystem2D>
inColor
Type: AvlNet.Pixel
inDrawingStyle
Type: AvlNet.DrawingStyle

See also