C# Class SimpleSkin.Helper.ScreenHelper

Afficher le fichier Open project: Invenietis/ck-certified

Méthodes publiques

Méthode Description
GetCenterOfParentScreen ( Rectangle rect ) : Point
GetPrimaryScreenSize ( ) : Rectangle
IsInScreen ( Point point ) : bool
IsInScreen ( Rectangle rect ) : bool

Method Details

GetCenterOfParentScreen() public static méthode

public static GetCenterOfParentScreen ( Rectangle rect ) : Point
rect System.Drawing.Rectangle
Résultat Point

GetPrimaryScreenSize() public static méthode

public static GetPrimaryScreenSize ( ) : Rectangle
Résultat System.Drawing.Rectangle

IsInScreen() public static méthode

public static IsInScreen ( Point point ) : bool
point Point
Résultat bool

IsInScreen() public static méthode

public static IsInScreen ( Rectangle rect ) : bool
rect System.Drawing.Rectangle
Résultat bool