Wrapper around the Winapi RECT type.
| C# |
[SerializableAttribute] public struct RECT
| All Members | Constructors | Methods | Properties | Fields | |
| Icon | Member | Description |
|---|---|---|
| RECT(Int32, Int32, Int32, Int32) |
Creates a new RECT.
| |
| Bottom |
BOTTOM
| |
| FromRectangle(Rectangle) |
Convert Rectangle to a RECT
| |
| GetHashCode()()() |
Returns the hash code for this instance.
(Overrides ValueType.GetHashCode()()().) | |
| Height |
HEIGHT
| |
| Implicit(RECT) |
Implicit Cast.
| |
| Implicit(Rectangle) |
Implicit Cast.
| |
| Left |
LEFT
| |
| Location |
LOCATION
| |
| Right |
RIGHT
| |
| Size |
SIZE
| |
| Top |
TOP
| |
| ToRectangle()()() |
Convert RECT to a Rectangle.
| |
| Width |
WIDTH
|