C# Class Core2D.Path.XPathPolySegment

XPathFigure poly segment base class.
Inheritance: XPathSegment
Afficher le fichier Open project: Core2D/Core2D

Private Properties

Свойство Type Description

Méthodes publiques

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

Method Details

GetPoints() public méthode

public GetPoints ( ) : IEnumerable
Résultat IEnumerable

ToString() public méthode

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

XPathPolySegment() public méthode

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