C# Класс Core2D.Path.XPathPolySegment

XPathFigure poly segment base class.
Наследование: XPathSegment
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

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

Метод Описание
GetPoints ( ) : IEnumerable
ToString ( ImmutableArray points ) : string

Creates a string representation of points collection.

XPathPolySegment ( ) : System.Collections.Generic

Initializes a new instance of the XPathPolySegment class.

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

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

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

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

Creates a string representation of points collection.
public ToString ( ImmutableArray points ) : string
points ImmutableArray The points collection.
Результат string

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

Initializes a new instance of the XPathPolySegment class.
public XPathPolySegment ( ) : System.Collections.Generic
Результат System.Collections.Generic