C# Class TessBed.Canvas

Inheritance: System.Windows.Forms.Control
Show file Open project: speps/LibTessDotNet Class Usage Examples

Public Properties

Property Type Description
Input PolygonSet
Output PolygonSet
ShowInput bool
ShowWinding bool

Public Methods

Method Description
Canvas ( ) : System

Protected Methods

Method Description
OnPaint ( PaintEventArgs pe ) : void

Private Methods

Method Description
SignedArea ( Polygon polygon ) : float

Method Details

Canvas() public method

public Canvas ( ) : System
return System

OnPaint() protected method

protected OnPaint ( PaintEventArgs pe ) : void
pe PaintEventArgs
return void

Property Details

Input public property

public PolygonSet Input
return PolygonSet

Output public property

public PolygonSet Output
return PolygonSet

ShowInput public property

public bool ShowInput
return bool

ShowWinding public property

public bool ShowWinding
return bool