C# 클래스 Core2D.Path.Segments.XLineSegment

Line path segment.
상속: XPathSegment
파일 보기 프로젝트 열기: Core2D/Core2D 1 사용 예제들

공개 메소드들

메소드 설명
Create ( XPoint point, bool isStroked, bool isSmoothJoin ) : XLineSegment

Creates a new XLineSegment instance.

GetPoints ( ) : IEnumerable
ToString ( ) : string

메소드 상세

Create() 공개 정적인 메소드

Creates a new XLineSegment instance.
public static Create ( XPoint point, bool isStroked, bool isSmoothJoin ) : XLineSegment
point Core2D.Shapes.XPoint The end point.
isStroked bool The flag indicating whether shape is stroked.
isSmoothJoin bool The flag indicating whether shape is smooth join.
리턴 XLineSegment

GetPoints() 공개 메소드

public GetPoints ( ) : IEnumerable
리턴 IEnumerable

ToString() 공개 메소드

public ToString ( ) : string
리턴 string