C# Class LongoMatch.Drawing.BackgroundCanvas

Inheritance: SelectionCanvas
显示文件 Open project: GNOME/longomatch

Public Methods

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

Protected Methods

Method Description
HandleSizeChangedEvent ( ) : void

Method Details

BackgroundCanvas() public method

public BackgroundCanvas ( IWidget widget ) : System
widget IWidget
return System

Draw() public method

public Draw ( IContext context, Area area ) : void
context IContext
area LongoMatch.Core.Common.Area
return void

HandleSizeChangedEvent() protected method

protected HandleSizeChangedEvent ( ) : void
return void