C# 클래스 SimpleSkin.Helper.ScreenHelper

파일 보기 프로젝트 열기: Invenietis/ck-certified

공개 메소드들

메소드 설명
GetCenterOfParentScreen ( Rectangle rect ) : Point
GetPrimaryScreenSize ( ) : Rectangle
IsInScreen ( Point point ) : bool
IsInScreen ( Rectangle rect ) : bool

메소드 상세

GetCenterOfParentScreen() 공개 정적인 메소드

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

GetPrimaryScreenSize() 공개 정적인 메소드

public static GetPrimaryScreenSize ( ) : Rectangle
리턴 System.Drawing.Rectangle

IsInScreen() 공개 정적인 메소드

public static IsInScreen ( Point point ) : bool
point Point
리턴 bool

IsInScreen() 공개 정적인 메소드

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