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

Path figure.
Наследование: ObservableObject
Показать файл Открыть проект Примеры использования класса

Private Properties

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

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

Метод Описание
Create ( XPoint startPoint, bool isFilled = true, bool isClosed = true ) : XPathFigure

Creates a new XPathFigure instance.

GetPoints ( ) : IEnumerable

Get all points in the figure.

ToString ( ) : string
ToString ( ImmutableArray segments ) : string

Creates a string representation of segments collection.

XPathFigure ( ) : System.Collections.Generic

Initializes a new instance of the XPathFigure class.

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

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

Creates a new XPathFigure instance.
public static Create ( XPoint startPoint, bool isFilled = true, bool isClosed = true ) : XPathFigure
startPoint Core2D.Shapes.XPoint The start point.
isFilled bool The flag indicating whether path is filled.
isClosed bool The flag indicating whether path is closed.
Результат XPathFigure

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

Get all points in the figure.
public GetPoints ( ) : IEnumerable
Результат IEnumerable

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

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

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

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

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

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