Click or drag to resize

OverlayManagerAddToast Method (FuncString, TimeSpan, Color, Color, FontFamily)

Namespace:  Buddy.Overlay
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public void AddToast(
	Func<string> textProducer,
	TimeSpan duration,
	Color color,
	Color shadowColor,
	FontFamily fontFamily
)

Parameters

textProducer
Type: SystemFuncString
duration
Type: SystemTimeSpan
color
Type: System.Windows.MediaColor
shadowColor
Type: System.Windows.MediaColor
fontFamily
Type: System.Windows.MediaFontFamily
See Also