C# Class Core2D.Path.XPathGeometry

Path geometry.
Inheritance: ObservableObject
Afficher le fichier Open project: Core2D/Core2D Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
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.

Method Details

Create() public static méthode

Creates a new XPathGeometry instance.
public static Create ( ImmutableArray figures, XFillRule fillRule ) : XPathGeometry
figures ImmutableArray The figures collection.
fillRule XFillRule The fill rule.
Résultat XPathGeometry

ToString() public méthode

public ToString ( ) : string
Résultat string

ToString() public méthode

Creates a string representation of figures collection.
public ToString ( ImmutableArray figures ) : string
figures ImmutableArray The figures collection.
Résultat string

XPathGeometry() public méthode

Initializes a new instance of the XPathGeometry class.
public XPathGeometry ( ) : System.Collections.Immutable
Résultat System.Collections.Immutable