Click or drag to resize
Xcalibur Systems LLC Logo

Rectangle Structure

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

RECT structure

Inheritance Hierarchy
SystemObject
  SystemValueType
    Xcalibur.NativeMethods.V2.MonitorsRectangle

Namespace: Xcalibur.NativeMethods.V2.Monitors
Assembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax
public struct Rectangle

The Rectangle type exposes the following members.

Methods
 NameDescription
Public methodEquals
(Inherited from ValueType)
Public methodGetHashCode
(Inherited from ValueType)
Public methodGetType
(Inherited from Object)
Public methodToString
(Inherited from ValueType)
Top
Fields
 NameDescription
Public fieldBottom The y-coordinate of the lower-right corner of the rectangle.
Public fieldLeft The x-coordinate of the upper-left corner of the rectangle.
Public fieldRight The x-coordinate of the lower-right corner of the rectangle.
Public fieldTop The y-coordinate of the upper-left corner of the rectangle.
Top
See Also