FormSpellTimersSpellTimerViewGenerator Delegate |
[Missing <summary> documentation for "T:Advanced_Combat_Tracker.FormSpellTimers.SpellTimerViewGenerator"]
Namespace: Advanced_Combat_TrackerAssembly: Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.3.286
Syntaxpublic 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