C# Class WoWmapper.Overlay.OverlayToast

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

Public Methods

Method Description
FadeIn ( ) : void
FadeOut ( ) : void
OverlayToast ( OverlayNotification notification ) : System

Protected Methods

Method Description
OnRender ( System.Windows.Media.DrawingContext drawingContext ) : void

Private Methods

Method Description
NotificationText_OnSizeChanged ( object sender, System.Windows.SizeChangedEventArgs e ) : void

Method Details

FadeIn() public method

public FadeIn ( ) : void
return void

FadeOut() public method

public FadeOut ( ) : void
return void

OnRender() protected method

protected OnRender ( System.Windows.Media.DrawingContext drawingContext ) : void
drawingContext System.Windows.Media.DrawingContext
return void

OverlayToast() public method

public OverlayToast ( OverlayNotification notification ) : System
notification OverlayNotification
return System