Click or drag to resize

FormSpellTimersSpellTimerViewGenerator Delegate

[Missing <summary> documentation for "T:Advanced_Combat_Tracker.FormSpellTimers.SpellTimerViewGenerator"]

Namespace:  Advanced_Combat_Tracker
Assembly:  Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.7.0.280
Syntax
C#
public delegate Bitmap SpellTimerViewGenerator(
	int Width,
	int Height,
	float ScaleValue,
	List<TimerFrame> FrameList,
	int PanelNum,
	Dictionary<string, Color> DrawColors
)

Parameters

Width
Type: SystemInt32
Height
Type: SystemInt32
ScaleValue
Type: SystemSingle
FrameList
Type: System.Collections.GenericListTimerFrame
PanelNum
Type: SystemInt32
DrawColors
Type: System.Collections.GenericDictionaryString, Color

Return Value

Type: Bitmap
See Also