C# Class Core2D.Path.Segments.XArcSegment

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

Méthodes publiques

Méthode 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 méthode

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.
Résultat XArcSegment

GetPoints() public méthode

public GetPoints ( ) : IEnumerable
Résultat IEnumerable

ToString() public méthode

public ToString ( ) : string
Résultat string