C# Class LongoMatch.Drawing.TestCanvas

Inheritance: Canvas
Afficher le fichier Open project: LongoMatch/longomatch

Méthodes publiques

Méthode 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

Méthode 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 méthode

public Draw ( IContext context, Area area ) : void
context IContext
area Area
Résultat void

TestCanvas() public méthode

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
Résultat System