C# Class SimpleSkin.Helper.ScreenHelper

Datei anzeigen Open project: Invenietis/ck-certified

Public Methods

Method Description
GetCenterOfParentScreen ( Rectangle rect ) : Point
GetPrimaryScreenSize ( ) : Rectangle
IsInScreen ( Point point ) : bool
IsInScreen ( Rectangle rect ) : bool

Method Details

GetCenterOfParentScreen() public static method

public static GetCenterOfParentScreen ( Rectangle rect ) : Point
rect System.Drawing.Rectangle
return Point

GetPrimaryScreenSize() public static method

public static GetPrimaryScreenSize ( ) : Rectangle
return System.Drawing.Rectangle

IsInScreen() public static method

public static IsInScreen ( Point point ) : bool
point Point
return bool

IsInScreen() public static method

public static IsInScreen ( Rectangle rect ) : bool
rect System.Drawing.Rectangle
return bool