Table of Contents

Interface IBounds

Namespace
LMKit.Graphics.Geometry
Assembly
LM-Kit.NET.dll

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.

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.