Property | Type | Description | |
---|---|---|---|
Empty | |||
bottom | int | ||
left | int | ||
right | int | ||
top | int |
Method | Description | |
---|---|---|
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 | |
return | System |
public static Rect,System.Windows Empty | ||
return |