Bounded

interface Bounded

Defines an abstract component that has some physical bounds.

Inheritors

Properties

Link copied to clipboard
abstract val bounds: RectF

The bounds of the abstract component.

Functions

Link copied to clipboard
open fun setBounds(bounds: RectF)

Sets the coordinates of the bounds to the provided bounds.

open fun setBounds(left: Number, top: Number, right: Number, bottom: Number)

Sets the coordinates of the bounds to the provided values.