C# Class Core2D.Path.Segments.XPolyLineSegment

Poly line path segment.
Inheritance: XPathPolySegment
Show file Open project: Core2D/Core2D Class Usage Examples

Public Methods

Method Description
Create ( ImmutableArray points, bool isStroked, bool isSmoothJoin ) : XPolyLineSegment

Creates a new XPolyLineSegment instance.

ToString ( ) : string

Method Details

Create() public static method

Creates a new XPolyLineSegment instance.
public static Create ( ImmutableArray points, bool isStroked, bool isSmoothJoin ) : XPolyLineSegment
points ImmutableArray The points array.
isStroked bool The flag indicating whether shape is stroked.
isSmoothJoin bool The flag indicating whether shape is smooth join.
return XPolyLineSegment

ToString() public method

public ToString ( ) : string
return string