{% setvar book_path %}/reference/kotlin/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}

Outline.Rectangle

kotlin.Any
   ↳ androidx.compose.ui.graphics.Outline
     ↳ androidx.compose.ui.graphics.Outline.Rectangle

Rectangular area.

Summary

Public constructors

Rectangle(rect: Rect)
Cmn

Public functions

open operator Boolean
equals(other: Any?)
Cmn
open Int
Cmn

Public properties

open Rect

Return the bounds of the outline

Cmn
Rect
Cmn

Public constructors

Rectangle

Rectangle(rect: Rect)

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

Public properties

bounds

open val boundsRect

Return the bounds of the outline

rect

val rectRect