Interface IBounds
Defines the contract for an axis-aligned bounding box. Provides access to the left, top, right, and bottom edges of a rectangular region.
public interface IBounds
Properties
- Bottom
Gets the vertical position of the bottom edge of the bounds.
- Height
Gets the total vertical extent of the bounds (Bottom minus Top).
- Left
Gets the horizontal position of the left edge of the bounds.
- Right
Gets the horizontal position of the right edge of the bounds.
- Top
Gets the vertical position of the top edge of the bounds.
- Width
Gets the total horizontal extent of the bounds (Right minus Left).