C# Class Rsdn.Janus.TickerIndicatorBase

Summary description for TickerIndicatorBase.
Inheritance: ITickerIndicator
显示文件 Open project: rsdn/janus

Protected Properties

Property Type Description
_owner ITicker
backColor Color
bounds System.Drawing.Rectangle
foreColor Color

Public Methods

Method Description
Draw ( Graphics g ) : void

Protected Methods

Method Description
TickerIndicatorBase ( ) : System

Method Details

Draw() public abstract method

public abstract Draw ( Graphics g ) : void
g System.Drawing.Graphics
return void

TickerIndicatorBase() protected method

protected TickerIndicatorBase ( ) : System
return System

Property Details

_owner protected_oe property

protected ITicker _owner
return ITicker

backColor protected_oe property

protected Color backColor
return Color

bounds protected_oe property

protected Rectangle,System.Drawing bounds
return System.Drawing.Rectangle

foreColor protected_oe property

protected Color foreColor
return Color