C# 클래스 Core2D.Path.XPathFigure

Path figure.
상속: ObservableObject
파일 보기 프로젝트 열기: Core2D/Core2D 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

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

메소드 상세

Create() 공개 정적인 메소드

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.
리턴 XPathFigure

GetPoints() 공개 메소드

Get all points in the figure.
public GetPoints ( ) : IEnumerable
리턴 IEnumerable

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

ToString() 공개 메소드

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

XPathFigure() 공개 메소드

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