The Rectangle type exposes the following members.

Constructors

  NameDescription
Public methodRectangle
Create a new rectangle.

Methods

  NameDescription
Public methodToString
Return a string in format '[' Left Bottom Width Height ']'.
(Overrides Object..::..ToString()()()().)

Properties

  NameDescription
Public propertyBottom
The bottom position in points.
Public propertyHeight
The rectangle height in points.
Public propertyLeft
The left position in points.
Public propertyWidth
The rectangle width in points.

See Also