The RectangleD type exposes the following members.

Properties

  NameDescription
Public propertyBottom
Gets the y-coordinate that is the sum of Y()()()() and Height()()()() of this RectangleD structure.
Public propertyHeight
Gets or sets the height of this RectangleD structure.
Public propertyIsEmpty
Tests whether the Width()()()() or Height()()()() property of this RectangleD has a value of zero.
Public propertyLeft
Gets the x-coordinate of the left edge of this RectangleD structure.
Public propertyLocation
Gets or sets the coordinates of the upper-left corner of this RectangleD structure.
Public propertyRight
Gets the x-coordinate that is the sum of X()()()() and Width()()()() of this RectangleD structure.
Public propertySize
Gets or sets the size of this RectangleD.
Public propertyTop
Gets the y-coordinate of the top edge of this RectangleD structure.
Public propertyWidth
Gets or sets the width of this RectangleD structure.
Public propertyX
Gets or sets the x-coordinate of the upper-left corner of this RectangleD structure.
Public propertyY
Gets or sets the y-coordinate of the upper-left corner of this RectangleD structure.

See Also