C# Class SleepHunter.Models.InterfacePanelExtender

Afficher le fichier Open project: ewrogers/SleepHunter4

Méthodes publiques

Méthode 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 méthode

public static IsMedeniaPanel ( this panel ) : bool
panel this
Résultat bool

IsMedeniaToTemuair() public static méthode

public static IsMedeniaToTemuair ( this panel, InterfacePanel target ) : bool
panel this
target InterfacePanel
Résultat bool

IsSameAs() public static méthode

public static IsSameAs ( this panel, InterfacePanel target ) : bool
panel this
target InterfacePanel
Résultat bool

IsSharedPanel() public static méthode

public static IsSharedPanel ( this panel, InterfacePanel target ) : bool
panel this
target InterfacePanel
Résultat bool

IsSkillPanel() public static méthode

public static IsSkillPanel ( this panel ) : bool
panel this
Résultat bool

IsSpellPanel() public static méthode

public static IsSpellPanel ( this panel ) : bool
panel this
Résultat bool

IsTemuairPanel() public static méthode

public static IsTemuairPanel ( this panel ) : bool
panel this
Résultat bool

IsTemuairToMedenia() public static méthode

public static IsTemuairToMedenia ( this panel, InterfacePanel target ) : bool
panel this
target InterfacePanel
Résultat bool

IsWorldPanel() public static méthode

public static IsWorldPanel ( this panel ) : bool
panel this
Résultat bool

ToPoint() public static méthode

public static ToPoint ( this panel ) : Point
panel this
Résultat System.Windows.Point

ToSlotPoint() public static méthode

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
Résultat System.Windows.Point