Click or drag to resize
Cimbalino ToolkitRect Properties

The Rect type exposes the following members.

Properties
  NameDescription
Public propertyBottom
Gets the y-axis value of the bottom of the rectangle.
Public propertyBottomLeft
Gets the position of the bottom-left corner of the rectangle.
Public propertyBottomRight
Gets the position of the bottom-right corner of the rectangle.
Public propertyStatic memberEmpty
Gets a special value that represents a rectangle with no position or area.
Public propertyHeight
Gets or sets the height of the rectangle.
Public propertyIsEmpty
Gets a value indicating whether the rectangle is the Empty rectangle.
Public propertyLeft
Gets the x-axis value of the left side of the rectangle.
Public propertyRight
Gets the x-axis value of the right side of the rectangle.
Public propertySize
Gets the width and height of the rectangle.
Public propertyTop
Gets the y-axis position of the top of the rectangle.
Public propertyTopLeft
Gets the position of the top-left corner of the rectangle.
Public propertyTopRight
Gets the position of the top-right corner of the rectangle.
Public propertyWidth
Gets or sets the width of the rectangle.
Public propertyX
Gets or sets the x-axis value of the left side of the rectangle.
Public propertyY
Gets or sets the y-axis value of the top side of the rectangle.
Top
See Also