C# Class WoWmapper.Overlay.OverlayToast

Interaction logic for OverlayToast.xaml
Inheritance: System.Windows.Controls.UserControl
Afficher le fichier Open project: topher-au/WoWmapper Class Usage Examples

Méthodes publiques

Méthode Description
FadeIn ( ) : void
FadeOut ( ) : void
OverlayToast ( OverlayNotification notification ) : System

Méthodes protégées

Méthode Description
OnRender ( System.Windows.Media.DrawingContext drawingContext ) : void

Private Methods

Méthode Description
NotificationText_OnSizeChanged ( object sender, System.Windows.SizeChangedEventArgs e ) : void

Method Details

FadeIn() public méthode

public FadeIn ( ) : void
Résultat void

FadeOut() public méthode

public FadeOut ( ) : void
Résultat void

OnRender() protected méthode

protected OnRender ( System.Windows.Media.DrawingContext drawingContext ) : void
drawingContext System.Windows.Media.DrawingContext
Résultat void

OverlayToast() public méthode

public OverlayToast ( OverlayNotification notification ) : System
notification OverlayNotification
Résultat System