프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Empty | |||
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 ( |
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 equal (deep compare)
|
public Rect ( int left, int top, int right, int bottom ) : System | ||
left | int | |
top | int | |
right | int | |
bottom | int | |
리턴 | System |