C# Class Core2D.Path.Segments.XLineSegment

Line path segment.
Inheritance: XPathSegment
Afficher le fichier Open project: Core2D/Core2D Class Usage Examples

Méthodes publiques

Méthode Description
Create ( XPoint point, bool isStroked, bool isSmoothJoin ) : XLineSegment

Creates a new XLineSegment instance.

GetPoints ( ) : IEnumerable
ToString ( ) : string

Method Details

Create() public static méthode

Creates a new XLineSegment instance.
public static Create ( XPoint point, bool isStroked, bool isSmoothJoin ) : XLineSegment
point Core2D.Shapes.XPoint The end point.
isStroked bool The flag indicating whether shape is stroked.
isSmoothJoin bool The flag indicating whether shape is smooth join.
Résultat XLineSegment

GetPoints() public méthode

public GetPoints ( ) : IEnumerable
Résultat IEnumerable

ToString() public méthode

public ToString ( ) : string
Résultat string