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

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

공개 메소드들

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

Creates a new XQuadraticBezierSegment instance.

GetPoints ( ) : IEnumerable
ToString ( ) : string

메소드 상세

Create() 공개 정적인 메소드

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

GetPoints() 공개 메소드

public GetPoints ( ) : IEnumerable
리턴 IEnumerable

ToString() 공개 메소드

public ToString ( ) : string
리턴 string