C# Class Core2D.Path.XPathPolySegment

XPathFigure poly segment base class.
Inheritance: XPathSegment
Mostrar archivo Open project: Core2D/Core2D

Private Properties

Property Type Description

Public Methods

Method 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 method

public GetPoints ( ) : IEnumerable
return IEnumerable

ToString() public method

Creates a string representation of points collection.
public ToString ( ImmutableArray points ) : string
points ImmutableArray The points collection.
return string

XPathPolySegment() public method

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