C# Класс Core2D.Path.Segments.XArcSegment

Arc path segment.
Наследование: XPathSegment
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

Create() публичный статический метод

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.
Результат XArcSegment

GetPoints() публичный метод

public GetPoints ( ) : IEnumerable
Результат IEnumerable

ToString() публичный метод

public ToString ( ) : string
Результат string