C# Class Core2D.Path.Segments.XArcSegment

Arc path segment.
Inheritance: XPathSegment
Mostrar archivo Open project: Core2D/Core2D Class Usage Examples

Public Methods

Method Description
Create ( XPoint point, XPathSize size, double rotationAngle, bool isLargeArc, XSweepDirection sweepDirection, bool isStroked, bool isSmoothJoin ) : XArcSegment

Creates a new XArcSegment instance.

GetPoints ( ) : IEnumerable
ToString ( ) : string

Method Details

Create() public static method

Creates a new XArcSegment instance.
public static Create ( XPoint point, XPathSize size, double rotationAngle, bool isLargeArc, XSweepDirection sweepDirection, bool isStroked, bool isSmoothJoin ) : XArcSegment
point Core2D.Shapes.XPoint The end point.
size XPathSize The arc size.
rotationAngle double The rotation angle.
isLargeArc bool The is large flag.
sweepDirection XSweepDirection The sweep direction flag.
isStroked bool The flag indicating whether shape is stroked.
isSmoothJoin bool The flag indicating whether shape is smooth join.
return XArcSegment

GetPoints() public method

public GetPoints ( ) : IEnumerable
return IEnumerable

ToString() public method

public ToString ( ) : string
return string