suggestBounds

Request that the View's bounds value be updated.

NOTE: this does not guarantee that View.bounds will be changed. That depends on constraints placed on this View by any Layout.

Parameters

value

suggested

See also


fun suggestBounds(x: Double, y: Double, width: Double, height: Double)

Request that the View's bounds value be updated.

NOTE: this does not guarantee that View.bounds will be changed. That depends on constraints placed on this View by any Layout.

Parameters

x

suggested

y

suggested

width

suggested

height

suggested

See also