C# 클래스 Cyjb.Projects.JigsawGame.Shape.PathSegment

파일 보기 프로젝트 열기: CYJB/Cyjb.Projects.JigsawGame

공개 메소드들

메소드 설명
FillGeometry ( GeometrySink sink ) : void

使用当前的路径填充指定的路径几何。

ToString ( ) : string

返回当前对象的字符串表示形式。

보호된 메소드들

메소드 설명
PathSegment ( PathType type, System.Vector2 end ) : System

使用指定的路径段类型和终结点初始化 PathSegment 类的新实例。

메소드 상세

FillGeometry() 공개 추상적인 메소드

使用当前的路径填充指定的路径几何。
public abstract FillGeometry ( GeometrySink sink ) : void
sink GeometrySink 要填充的路径几何。
리턴 void

PathSegment() 보호된 메소드

使用指定的路径段类型和终结点初始化 PathSegment 类的新实例。
protected PathSegment ( PathType type, System.Vector2 end ) : System
type PathType 路径段的类型。
end System.Vector2 路径的终结点。
리턴 System

ToString() 공개 메소드

返回当前对象的字符串表示形式。
public ToString ( ) : string
리턴 string