C# Class AGENT.Contrib.Face.FaceWithTrayBase

Inheritance: IFace
Afficher le fichier Open project: nothingmn/AGENT.Contrib

Protected Properties

Свойство Type Description
_notificationProvider IProvideNotifications
_screen Microsoft.SPOT.Bitmap
drawing Drawing.Drawing
smallFont Microsoft.SPOT.Font

Méthodes publiques

Méthode Description
FaceWithTrayBase ( IProvideNotifications notificationProvider, ISettings settings ) : System
Render ( Microsoft.SPOT.Bitmap screen ) : void

Private Methods

Méthode Description
notificationProvider_OnNotificationReceived ( INotification notification ) : void

Method Details

FaceWithTrayBase() public méthode

public FaceWithTrayBase ( IProvideNotifications notificationProvider, ISettings settings ) : System
notificationProvider IProvideNotifications
settings ISettings
Résultat System

Render() public abstract méthode

public abstract Render ( Microsoft.SPOT.Bitmap screen ) : void
screen Microsoft.SPOT.Bitmap
Résultat void

Property Details

_notificationProvider protected_oe property

protected IProvideNotifications _notificationProvider
Résultat IProvideNotifications

_screen protected_oe property

protected Bitmap,Microsoft.SPOT _screen
Résultat Microsoft.SPOT.Bitmap

drawing protected_oe property

protected Drawing.Drawing drawing
Résultat Drawing.Drawing

smallFont protected_oe property

protected Font,Microsoft.SPOT smallFont
Résultat Microsoft.SPOT.Font