C# 클래스 TessBed.Canvas

상속: System.Windows.Forms.Control
파일 보기 프로젝트 열기: speps/LibTessDotNet 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Input PolygonSet
Output PolygonSet
ShowInput bool
ShowWinding bool

공개 메소드들

메소드 설명
Canvas ( ) : System

보호된 메소드들

메소드 설명
OnPaint ( PaintEventArgs pe ) : void

비공개 메소드들

메소드 설명
SignedArea ( Polygon polygon ) : float

메소드 상세

Canvas() 공개 메소드

public Canvas ( ) : System
리턴 System

OnPaint() 보호된 메소드

protected OnPaint ( PaintEventArgs pe ) : void
pe PaintEventArgs
리턴 void

프로퍼티 상세

Input 공개적으로 프로퍼티

public PolygonSet Input
리턴 PolygonSet

Output 공개적으로 프로퍼티

public PolygonSet Output
리턴 PolygonSet

ShowInput 공개적으로 프로퍼티

public bool ShowInput
리턴 bool

ShowWinding 공개적으로 프로퍼티

public bool ShowWinding
리턴 bool