C# Class Eryan.Wrappers.MenuEntry

Wraps an overview entry
Inheritance: Eryan.Wrappers.InterfaceEntry
显示文件 Open project: emist/Eryan Class Usage Examples

Public Methods

Method Description
MenuEntry ( string text, int absoluteTop, int absoluteLeft, int height, int width ) : System

Builds an menuentry

Method Details

MenuEntry() public method

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
return System