C# 클래스 MetroIde.Helpers.Native.MonitorWorkArea.Rect

파일 보기 프로젝트 열기: ChadSki/Quickbeam

공개 프로퍼티들

프로퍼티 타입 설명
Empty Rect
bottom int
left int
right int
top int

공개 메소드들

메소드 설명
Equals ( object obj ) : bool

Determine if 2 Rect are equal (deep compare)

GetHashCode ( ) : int

Return the HashCode for this struct (not garanteed to be unique)

Rect ( Rect rcSrc ) : System

Win32

Rect ( int left, int top, int right, int bottom ) : System

Win32

ToString ( ) : string

Return a user friendly representation of this struct

operator ( ) : bool

Determine if 2 Rect are different(deep compare)

메소드 상세

Equals() 공개 메소드

Determine if 2 Rect are equal (deep compare)
public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

Return the HashCode for this struct (not garanteed to be unique)
public GetHashCode ( ) : int
리턴 int

Rect() 공개 메소드

Win32
public Rect ( Rect rcSrc ) : System
rcSrc Rect
리턴 System

Rect() 공개 메소드

Win32
public Rect ( int left, int top, int right, int bottom ) : System
left int
top int
right int
bottom int
리턴 System

ToString() 공개 메소드

Return a user friendly representation of this struct
public ToString ( ) : string
리턴 string

operator() 공개 정적인 메소드

Determine if 2 Rect are different(deep compare)
public static operator ( ) : bool
리턴 bool

프로퍼티 상세

Empty 공개적으로 정적으로 프로퍼티

Win32
public static Rect Empty
리턴 Rect

bottom 공개적으로 프로퍼티

Win32
public int bottom
리턴 int

left 공개적으로 프로퍼티

Win32
public int left
리턴 int

right 공개적으로 프로퍼티

Win32
public int right
리턴 int

top 공개적으로 프로퍼티

Win32
public int top
리턴 int