RECT Structure |
Namespace: callback.ShellBoost.Core.WindowsShell
public struct RECT
The RECT type exposes the following members.
Name | Description | |
---|---|---|
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString |
Converts to string.
(Overrides ValueTypeToString.) |
Name | Description | |
---|---|---|
bottom |
Specifies the y-coordinate of the lower-right corner of the rectangle.
| |
left |
Specifies the x-coordinate of the upper-left corner of the rectangle.
| |
right |
Specifies the x-coordinate of the lower-right corner of the rectangle.
| |
top |
Specifies the y-coordinate of the upper-left corner of the rectangle.
|