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.8.3.286
Syntax
C#
public delegate Bitmap SpellTimerViewGenerator(
	int Width,
	int Height,
	float ScaleValue,
	List<TimerFrame> FrameList,
	int PanelNum,
	Dictionary<string, Color> DrawColors
)

Parameters

Width  Int32
 
Height  Int32
 
ScaleValue  Single
 
FrameList  ListTimerFrame
 
PanelNum  Int32
 
DrawColors  DictionaryString, Color
 

Return Value

Bitmap
See Also