Click or drag to resize

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

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,
	FontWeight fontWeight,
	double fontSize
)

Parameters

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