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

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

공개 메소드들

메소드 설명
Create ( XPoint point1, XPoint point2, XPoint point3, bool isStroked, bool isSmoothJoin ) : XCubicBezierSegment

Creates a new XCubicBezierSegment instance.

GetPoints ( ) : IEnumerable
ToString ( ) : string

메소드 상세

Create() 공개 정적인 메소드

Creates a new XCubicBezierSegment instance.
public static Create ( XPoint point1, XPoint point2, XPoint point3, bool isStroked, bool isSmoothJoin ) : XCubicBezierSegment
point1 Core2D.Shapes.XPoint The first control point.
point2 Core2D.Shapes.XPoint The second control point.
point3 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.
리턴 XCubicBezierSegment

GetPoints() 공개 메소드

public GetPoints ( ) : IEnumerable
리턴 IEnumerable

ToString() 공개 메소드

public ToString ( ) : string
리턴 string