Table of Contents

Constructor PolyLineSegment

Namespace
PaintDotNet.UI.Media
Assembly
PaintDotNet.UI.dll

PolyLineSegment()

public PolyLineSegment()

PolyLineSegment(IEnumerable<Point2Double>)

public PolyLineSegment(IEnumerable<Point2Double> points)

Parameters

points IEnumerable<Point2Double>

PolyLineSegment(IEnumerable<Point2Double>, bool)

public PolyLineSegment(IEnumerable<Point2Double> points, bool isStroked)

Parameters

points IEnumerable<Point2Double>
isStroked bool