C# Class Core2D.Path.XPathFigure

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

Private Properties

Свойство Type Description

Méthodes publiques

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

Method Details

Create() public static méthode

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.
Résultat XPathFigure

GetPoints() public méthode

Get all points in the figure.
public GetPoints ( ) : IEnumerable
Résultat IEnumerable

ToString() public méthode

public ToString ( ) : string
Résultat string

ToString() public méthode

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

XPathFigure() public méthode

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