RECT struct¶
Defined in
Namespace: CrissCross.WPF.UI.Interop.WinDef
Assembly: CrissCross.WPF.UI.dll
Full name: CrissCross.WPF.UI.Interop.WinDef.RECT
Modifiers: public sealed
Summary¶
The RECT structure defines a rectangle by the coordinates of its upper-left and lower-right corners.
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
Properties¶
| Name | Summary |
|---|---|
| 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. |
| Bottom | Specifies the y-coordinate of the lower-right corner of the rectangle. |
| Width | Specifies the width of the rectangle. |
| Height | Specifies the height of the rectangle. |
| Position | Specifies the position of the rectangle. |
| Size | Specifies the size of the rectangle. |
Methods¶
| Name | Summary |
|---|---|
| Offset | Sets offset of the rectangle. |
| static Union | Combines two RECTs. |
| Equals | |
| GetHashCode |