C# Class TessBed.Canvas

Inheritance: System.Windows.Forms.Control
Afficher le fichier Open project: speps/LibTessDotNet Class Usage Examples

Méthodes publiques

Свойство Type Description
Input PolygonSet
Output PolygonSet
ShowInput bool
ShowWinding bool

Méthodes publiques

Méthode Description
Canvas ( ) : System

Méthodes protégées

Méthode Description
OnPaint ( PaintEventArgs pe ) : void

Private Methods

Méthode Description
SignedArea ( Polygon polygon ) : float

Method Details

Canvas() public méthode

public Canvas ( ) : System
Résultat System

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs pe ) : void
pe PaintEventArgs
Résultat void

Property Details

Input public_oe property

public PolygonSet Input
Résultat PolygonSet

Output public_oe property

public PolygonSet Output
Résultat PolygonSet

ShowInput public_oe property

public bool ShowInput
Résultat bool

ShowWinding public_oe property

public bool ShowWinding
Résultat bool