C# Класс Eryan.Wrappers.MenuEntry

Wraps an overview entry
Наследование: Eryan.Wrappers.InterfaceEntry
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
MenuEntry ( string text, int absoluteTop, int absoluteLeft, int height, int width ) : System

Builds an menuentry

Описание методов

MenuEntry() публичный Метод

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
Результат System