C# Class LongoMatch.Drawing.TestCanvas

Inheritance: Canvas
显示文件 Open project: LongoMatch/longomatch

Public Methods

Method Description
Draw ( IContext context, Area area ) : void
TestCanvas ( IWidget widget ) : System

TestCanvas constructor. Will Draw as a handler of the DrawEvent of the widget.

Private Methods

Method Description
Copy ( ) : void
DrawClipped ( ) : void
DrawGrid ( Area area ) : void
DrawImages ( ) : void
DrawShapes ( ) : void
DrawSurface ( ) : void
DrawTexts ( ) : void
Save ( ) : void
Scale ( ) : void

Method Details

Draw() public method

public Draw ( IContext context, Area area ) : void
context IContext
area Area
return void

TestCanvas() public method

TestCanvas constructor. Will Draw as a handler of the DrawEvent of the widget.
public TestCanvas ( IWidget widget ) : System
widget IWidget Widget that will send the DrawEvent
return System