C# Class LongoMatch.Drawing.CanvasObjects.TimerLabel

Inheritance: CanvasObject, ICanvasObject
显示文件 Open project: GNOME/longomatch

Public Methods

Method Description
Draw ( IDrawingToolkit tk, Area area ) : void
TimerLabel ( string name, Color color, double width, double height, double offsetY ) : System

Method Details

Draw() public method

public Draw ( IDrawingToolkit tk, Area area ) : void
tk IDrawingToolkit
area Area
return void

TimerLabel() public method

public TimerLabel ( string name, Color color, double width, double height, double offsetY ) : System
name string
color Color
width double
height double
offsetY double
return System