Method | Description | |
---|---|---|
ClearControlList ( List |
||
CreatureBox ( Tibialyzer.Creature creature, int amount ) : Image | ||
FormName ( ) : string | ||
LoadForm ( ) : void | ||
MaxWidth ( ) : int | ||
MinWidth ( ) : int | ||
RecentDropsBox ( Tibialyzer.Creature creature, int>.List |
||
RefreshForm ( ) : void | ||
RenderImageResized ( Graphics gr, Image image, Rectangle targetRectangle ) : void | ||
RenderText ( Graphics gr, string text, int x, Color fillColor, Color textColor, Color traceColor, int maxHeight = -1, int y = 4, Font font = null, bool center = false, InterpolationMode interpolationMode = InterpolationMode.High, SmoothingMode smoothingMode = SmoothingMode.HighQuality ) : void | ||
SummaryBar ( string header, string text, double percentage, Color textColor, Color barColor ) : Image | ||
SummaryBox ( string header, string value, Color textColor ) : Image | ||
SummaryForm ( ) : System | ||
UpdateDamage ( ) : void | ||
UpdateDamageForm ( ) : void | ||
UpdateLoot ( ) : void | ||
UpdateLootForm ( ) : void | ||
UpdateSummaryForm ( ) : void | ||
UpdateWaste ( ) : void | ||
UpdateWasteForm ( ) : void | ||
WidthInterval ( ) : int |
Method | Description | |
---|---|---|
ActuallyRefreshForm ( ) : void | ||
CommandClick ( object sender, EventArgs e ) : void | ||
CopyLootText ( object sender, EventArgs e ) : void | ||
CreateCreatureBox ( Tibialyzer.Creature creature, int count, int x, int &y, List |
||
CreateCreatureDropsBox ( Tibialyzer.Creature creature, int>.List |
||
CreateHeaderLabel ( string title, int x, int &y, List |
||
CreateItemList ( int>.List |
||
CreateSummaryBar ( string title, string text, double percentage, int x, int &y, Color color, Color barColor, List |
||
CreateSummaryLabel ( string title, string value, int x, int &y, Color color, List |
||
OpenItemWindow ( object sender, MouseEventArgs e, List |
||
OpenLootWindow ( object sender, MouseEventArgs e ) : void | ||
OpenRecentDropsWindow ( object sender, MouseEventArgs e ) : void | ||
OpenWasteWindow ( object sender, MouseEventArgs e ) : void | ||
RenderItemCount ( Graphics gr, int>.Tuple |
||
StartUpdateTimer ( ) : void |
public ClearControlList ( List |
||
list | List |
|
minheight | int | |
maxheight | int | |
return | void |
public CreatureBox ( Tibialyzer.Creature creature, int amount ) : Image | ||
creature | Tibialyzer.Creature | |
amount | int | |
return | Image |
public RecentDropsBox ( Tibialyzer.Creature creature, int>.List |
||
creature | Tibialyzer.Creature | |
items | int>.List | |
imageHeight | int | |
regions | List |
|
return | Image |
public static RenderImageResized ( Graphics gr, Image image, Rectangle targetRectangle ) : void | ||
gr | Graphics | |
image | Image | |
targetRectangle | Rectangle | |
return | void |
public static RenderText ( Graphics gr, string text, int x, Color fillColor, Color textColor, Color traceColor, int maxHeight = -1, int y = 4, Font font = null, bool center = false, InterpolationMode interpolationMode = InterpolationMode.High, SmoothingMode smoothingMode = SmoothingMode.HighQuality ) : void | ||
gr | Graphics | |
text | string | |
x | int | |
fillColor | Color | |
textColor | Color | |
traceColor | Color | |
maxHeight | int | |
y | int | |
font | Font | |
center | bool | |
interpolationMode | InterpolationMode | |
smoothingMode | SmoothingMode | |
return | void |
public SummaryBar ( string header, string text, double percentage, Color textColor, Color barColor ) : Image | ||
header | string | |
text | string | |
percentage | double | |
textColor | Color | |
barColor | Color | |
return | Image |
public SummaryBox ( string header, string value, Color textColor ) : Image | ||
header | string | |
value | string | |
textColor | Color | |
return | Image |