C# Class TessBed.Canvas

Inheritance: System.Windows.Forms.Control
显示文件 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_oe property

public PolygonSet Input
return PolygonSet

Output public_oe property

public PolygonSet Output
return PolygonSet

ShowInput public_oe property

public bool ShowInput
return bool

ShowWinding public_oe property

public bool ShowWinding
return bool