Click or drag to resize
RectangleF Properties

The RectangleF type exposes the following members.

Properties
  NameDescription
Public propertyArea
Gets the area of this rectangle, the product of its width and height.
Public propertyBottom
Gets the y-component of the bottom side of this rectangle.
Public propertyBottomLeft
Gets the position of the bottom left corner of this rectangle.
Public propertyBottomRight
Gets the position of the bottom right corner of this rectangle.
Public propertyCenter
Gets the position of the center of this rectangle.
Public propertyHeight
Gets or sets the height of this rectangle.
Public propertyLeft
Gets the x-component of the left side of this rectangle.
Public propertyPosition
Gets the position of this rectangle.
Public propertyRight
Gets the x-component of the right side of this rectangle.
Public propertySize
Gets or sets the size of this rectangle, its width and height.
Public propertyTop
Gets the y-component of the top side of this rectangle.
Public propertyTopLeft
Gets the position of the top left corner of this rectangle.
Public propertyTopRight
Gets the position of the top right corner of this rectangle.
Public propertyWidth
Gets or sets the width of this rectangle.
Public propertyX
Gets or sets the x-component of the position of this rectangle.
Public propertyXMax
Maximum x-value of this rectangle.
Public propertyXMin
Minimum x-value of this rectangle.
Public propertyY
Gets or sets the y-component of the position of this rectangle.
Public propertyYMax
Maximum y-value of this rectangle.
Public propertyYMin
Minimum x-value of this rectangle.
Top
See Also