C# Class Eryan.Wrappers.MenuEntry

Wraps an overview entry
Inheritance: Eryan.Wrappers.InterfaceEntry
Afficher le fichier Open project: emist/Eryan Class Usage Examples

Méthodes publiques

Méthode Description
MenuEntry ( string text, int absoluteTop, int absoluteLeft, int height, int width ) : System

Builds an menuentry

Method Details

MenuEntry() public méthode

Builds an menuentry
public MenuEntry ( string text, int absoluteTop, int absoluteLeft, int height, int width ) : System
text string The unparsed eve client menu entry text
absoluteTop int The lowest Y coordinate of the menu entry
absoluteLeft int The lowest X coordinate of the menu entry
height int The height of the entry on screen
width int The width of the entry on screen
Résultat System