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

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

공개 메소드들

메소드 설명
Create ( XPoint point, XPathSize size, double rotationAngle, bool isLargeArc, XSweepDirection sweepDirection, bool isStroked, bool isSmoothJoin ) : XArcSegment

Creates a new XArcSegment instance.

GetPoints ( ) : IEnumerable
ToString ( ) : string

메소드 상세

Create() 공개 정적인 메소드

Creates a new XArcSegment instance.
public static Create ( XPoint point, XPathSize size, double rotationAngle, bool isLargeArc, XSweepDirection sweepDirection, bool isStroked, bool isSmoothJoin ) : XArcSegment
point Core2D.Shapes.XPoint The end point.
size XPathSize The arc size.
rotationAngle double The rotation angle.
isLargeArc bool The is large flag.
sweepDirection XSweepDirection The sweep direction flag.
isStroked bool The flag indicating whether shape is stroked.
isSmoothJoin bool The flag indicating whether shape is smooth join.
리턴 XArcSegment

GetPoints() 공개 메소드

public GetPoints ( ) : IEnumerable
리턴 IEnumerable

ToString() 공개 메소드

public ToString ( ) : string
리턴 string