C# Class Rsdn.Janus.TickerIndicatorBase

Summary description for TickerIndicatorBase.
Inheritance: ITickerIndicator
Afficher le fichier Open project: rsdn/janus

Protected Properties

Свойство Type Description
_owner ITicker
backColor Color
bounds System.Drawing.Rectangle
foreColor Color

Méthodes publiques

Méthode Description
Draw ( Graphics g ) : void

Méthodes protégées

Méthode Description
TickerIndicatorBase ( ) : System

Method Details

Draw() public abstract méthode

public abstract Draw ( Graphics g ) : void
g System.Drawing.Graphics
Résultat void

TickerIndicatorBase() protected méthode

protected TickerIndicatorBase ( ) : System
Résultat System

Property Details

_owner protected_oe property

protected ITicker _owner
Résultat ITicker

backColor protected_oe property

protected Color backColor
Résultat Color

bounds protected_oe property

protected Rectangle,System.Drawing bounds
Résultat System.Drawing.Rectangle

foreColor protected_oe property

protected Color foreColor
Résultat Color