C# Class LongoMatch.Drawing.Widgets.CircleImage

Inheritance: ICanvas
Mostra file Open project: LongoMatch/longomatch

Public Methods

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

Method Details

CircleImage() public method

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

Dispose() public method

public Dispose ( ) : void
return void

Draw() public method

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