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

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

Private Properties

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

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

Метод Описание
Create ( ImmutableArray figures, XFillRule fillRule ) : XPathGeometry

Creates a new XPathGeometry instance.

ToString ( ) : string
ToString ( ImmutableArray figures ) : string

Creates a string representation of figures collection.

XPathGeometry ( ) : System.Collections.Immutable

Initializes a new instance of the XPathGeometry class.

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

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

Creates a new XPathGeometry instance.
public static Create ( ImmutableArray figures, XFillRule fillRule ) : XPathGeometry
figures ImmutableArray The figures collection.
fillRule XFillRule The fill rule.
Результат XPathGeometry

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

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

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

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

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

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