C# Class SleepHunter.Models.InterfacePanelExtender

Datei anzeigen Open project: ewrogers/SleepHunter4

Public Methods

Method Description
IsMedeniaPanel ( this panel ) : bool
IsMedeniaToTemuair ( this panel, InterfacePanel target ) : bool
IsSameAs ( this panel, InterfacePanel target ) : bool
IsSharedPanel ( this panel, InterfacePanel target ) : bool
IsSkillPanel ( this panel ) : bool
IsSpellPanel ( this panel ) : bool
IsTemuairPanel ( this panel ) : bool
IsTemuairToMedenia ( this panel, InterfacePanel target ) : bool
IsWorldPanel ( this panel ) : bool
ToPoint ( this panel ) : Point
ToSlotPoint ( this panel, int slot, bool isExpandedInventory = false, int iconWidth = 35, int iconHeight = 35 ) : Point

Method Details

IsMedeniaPanel() public static method

public static IsMedeniaPanel ( this panel ) : bool
panel this
return bool

IsMedeniaToTemuair() public static method

public static IsMedeniaToTemuair ( this panel, InterfacePanel target ) : bool
panel this
target InterfacePanel
return bool

IsSameAs() public static method

public static IsSameAs ( this panel, InterfacePanel target ) : bool
panel this
target InterfacePanel
return bool

IsSharedPanel() public static method

public static IsSharedPanel ( this panel, InterfacePanel target ) : bool
panel this
target InterfacePanel
return bool

IsSkillPanel() public static method

public static IsSkillPanel ( this panel ) : bool
panel this
return bool

IsSpellPanel() public static method

public static IsSpellPanel ( this panel ) : bool
panel this
return bool

IsTemuairPanel() public static method

public static IsTemuairPanel ( this panel ) : bool
panel this
return bool

IsTemuairToMedenia() public static method

public static IsTemuairToMedenia ( this panel, InterfacePanel target ) : bool
panel this
target InterfacePanel
return bool

IsWorldPanel() public static method

public static IsWorldPanel ( this panel ) : bool
panel this
return bool

ToPoint() public static method

public static ToPoint ( this panel ) : Point
panel this
return System.Windows.Point

ToSlotPoint() public static method

public static ToSlotPoint ( this panel, int slot, bool isExpandedInventory = false, int iconWidth = 35, int iconHeight = 35 ) : Point
panel this
slot int
isExpandedInventory bool
iconWidth int
iconHeight int
return System.Windows.Point