Method AddLine
- Namespace
- PaintDotNet.Direct2D1
- Assembly
- PaintDotNet.Windows.dll
AddLine(Point2Float)
Creates a line segment between the current point and the specified end point and adds it to the geometry sink.
void AddLine(Point2Float point)
Parameters
point
Point2FloatThe end point of the line to draw.