C# Class Core2D.Path.Segments.XPolyQuadraticBezierSegment

Poly quadratic bezier path segment.
Inheritance: XPathPolySegment
显示文件 Open project: Core2D/Core2D Class Usage Examples

Public Methods

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

Creates a new XPolyQuadraticBezierSegment instance.

ToString ( ) : string

Method Details

Create() public static method

Creates a new XPolyQuadraticBezierSegment instance.
public static Create ( ImmutableArray points, bool isStroked, bool isSmoothJoin ) : XPolyQuadraticBezierSegment
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 XPolyQuadraticBezierSegment

ToString() public method

public ToString ( ) : string
return string