Click or drag to resize

RECT Structure

The RECT structure defines a rectangle by the coordinates of its upper-left and lower-right corners.

Namespace:  ShellBoost.Core.WindowsShell
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public struct RECT

The RECT type exposes the following members.

Properties
  NameDescription
Public propertyHeight
Gets the height of the rectangle.
Public propertyWidth
Gets the width of the rectangle.
Top
Methods
Fields
  NameDescription
Public fieldbottom
Specifies the y-coordinate of the lower-right corner of the rectangle.
Public fieldleft
Specifies the x-coordinate of the upper-left corner of the rectangle.
Public fieldright
Specifies the x-coordinate of the lower-right corner of the rectangle.
Public fieldtop
Specifies the y-coordinate of the upper-left corner of the rectangle.
Top
See Also