User32.RECT Structure Members
The following tables list the members exposed by User32.RECT.
Public Constructors
Name | Description | |
---|---|---|
![]() | User32.RECT Constructor | Overloaded. |
Public Fields
Name | Description | |
---|---|---|
![]() | Bottom | Gets the bottom. |
![]() | Left | Gets the bottom. |
![]() | Right | Gets the bottom. |
![]() | Top | Gets the bottom. |
Public Properties
Name | Description | |
---|---|---|
![]() | Height | Gets or sets the height. |
![]() | Location | Gets or sets the location. |
![]() | Size | Gets or sets the size. |
![]() | Width | Gets or sets the width. |
![]() | X | Gets or sets the x coordinate. |
![]() | Y | Gets or sets the y coordinate. |
Public Methods
Name | Description | |
---|---|---|
![]() | Equals | Overloaded. Indicates whether this instance and a specified object are equal. |
![]() | GetHashCode | Serves as the default hash function. |
![]() | ToString | Returns a string that represents the current object. |
Public Operators
![]() | Equality operator. |
![]() | Overloaded. Implicit cast that converts the given RECT to a Rectangle. |
![]() | Inequality operator. |
See Also