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

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

공개 메소드들

메소드 설명
Create ( ImmutableArray points, bool isStroked, bool isSmoothJoin ) : XPolyQuadraticBezierSegment

Creates a new XPolyQuadraticBezierSegment instance.

ToString ( ) : string

메소드 상세

Create() 공개 정적인 메소드

Creates a new XPolyQuadraticBezierSegment instance.
public static Create ( ImmutableArray points, bool isStroked, bool isSmoothJoin ) : XPolyQuadraticBezierSegment
points ImmutableArray The points array.
isStroked bool The flag indicating whether shape is stroked.
isSmoothJoin bool The flag indicating whether shape is smooth join.
리턴 XPolyQuadraticBezierSegment

ToString() 공개 메소드

public ToString ( ) : string
리턴 string