The RectangleD type exposes the following members.

Properties

  Name Description
Public property Bottom
Gets the Y coordinate of the bottom edge of the current RectangleD structure.
Public property BottomLeft
Gets the coordinates of the bottom left corner of the current RectangleD structure.
Public property BottomRight
Gets the coordinates of the bottom right corner of the current RectangleD structure.
Public property Static member Empty
Represents an empty instance of the RectangleD structure.
Public property Height
Gets or sets the height of the current RectangleD structure.
Public property IsEmpty
Gets a value indicating whether the Width and Height properties of the current RectangleD structure have zero values.
Public property Left
Gets the X coordinate of the left edge of the current RectangleD structure.
Public property Location
Gets or sets the coordinates of the top left corner of the current RectangleD structure.
Public property Right
Gets the X coordinate of the right edge of the current RectangleD structure.
Public property Size
Gets or sets the size of the current RectangleD structure.
Public property Top
Gets the Y coordinate of the top edge of the current RectangleD structure.
Public property TopLeft
Gets the coordinates of the top left corner of the current RectangleD structure.
Public property TopRight
Gets the coordinates of the top right corner of the current RectangleD structure.
Public property Width
Gets or sets the width of the current RectangleD structure.
Public property X
Gets or sets the X coordinate of the top left corner of the current RectangleD structure.
Public property Y
Gets or sets the Y coordinate of the top left corner of the current RectangleD structure.

See Also