C# 클래스 Core2D.Path.XPathPolySegment

XPathFigure poly segment base class.
상속: XPathSegment
파일 보기 프로젝트 열기: Core2D/Core2D

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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.

메소드 상세

GetPoints() 공개 메소드

public GetPoints ( ) : IEnumerable
리턴 IEnumerable

ToString() 공개 메소드

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

XPathPolySegment() 공개 메소드

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