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

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

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

Метод Описание
Create ( ImmutableArray points, bool isStroked, bool isSmoothJoin ) : XPolyLineSegment

Creates a new XPolyLineSegment instance.

ToString ( ) : string

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

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

Creates a new XPolyLineSegment instance.
public static Create ( ImmutableArray points, bool isStroked, bool isSmoothJoin ) : XPolyLineSegment
points ImmutableArray The points array.
isStroked bool The flag indicating whether shape is stroked.
isSmoothJoin bool The flag indicating whether shape is smooth join.
Результат XPolyLineSegment

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

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