Table of Contents

Constructor PathFigure

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

PathFigure()

public PathFigure()

PathFigure(Point2Double)

public PathFigure(Point2Double start)

Parameters

start Point2Double

PathFigure(Point2Double, IEnumerable<PathSegment>, bool)

public PathFigure(Point2Double start, IEnumerable<PathSegment> segments, bool closed)

Parameters

start Point2Double
segments IEnumerable<PathSegment>
closed bool