Table of Contents

Method AddLineTo

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

AddLineTo(PointD)

Appends a line segment to this GraphicsPath.

void AddLineTo(PointD pt)

Parameters

pt PointD

A PointD that represents the endpoint of the line.

Remarks

This method adds the line segment defined by the specified point to the end of this GraphicsPath. If there are no previous lines or curves in the GraphicsPath, a line segment is drawn for the (0, 0) point.