C# 클래스 Eryan.Wrappers.MenuEntry

Wraps an overview entry
상속: Eryan.Wrappers.InterfaceEntry
파일 보기 프로젝트 열기: emist/Eryan 1 사용 예제들

공개 메소드들

메소드 설명
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