C# Class Core2D.Path.Segments.XPolyCubicBezierSegment

Poly cubic bezier path segment.
Inheritance: XPathPolySegment
Mostrar archivo Open project: Core2D/Core2D Class Usage Examples

Public Methods

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

Creates a new XPolyCubicBezierSegment instance.

ToString ( ) : string

Method Details

Create() public static method

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.
return XPolyCubicBezierSegment

ToString() public method

public ToString ( ) : string
return string