C# Class Core2D.Path.Segments.XPolyCubicBezierSegment

Poly cubic bezier path segment.
Inheritance: XPathPolySegment
Afficher le fichier Open project: Core2D/Core2D Class Usage Examples

Méthodes publiques

Méthode Description
Create ( ImmutableArray points, bool isStroked, bool isSmoothJoin ) : XPolyCubicBezierSegment

Creates a new XPolyCubicBezierSegment instance.

ToString ( ) : string

Method Details

Create() public static méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string