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:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.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
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Converts to string.
(Overrides ValueTypeToString.)
Top
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