Path.LineTo Method (PointF)

Adds a line to the path.

Namespace: Aurigma.GraphicsMill.AdvancedDrawing
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public void LineTo(
	PointF point
)

Parameters

point

Type: System.Drawing.PointF

The ending point of the line.

Remarks

The starting point of the line is the last point in the path.

See Also

Reference

Manual