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

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

공개 메소드들

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

Creates a new XPolyCubicBezierSegment instance.

ToString ( ) : string

메소드 상세

Create() 공개 정적인 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string