Outline.Generic


An area defined as a path.

Note that if you use this path for drawing the shadow on Android versions less than 10 the shadow will not be drawn for the concave paths. See Path.isConvex.

Summary

Public constructors

Generic(path: Path)
Cmn

Public functions

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

Public properties

open Rect

Return the bounds of the outline

Cmn
Path
Cmn

Public constructors

Generic

Generic(path: Path)

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

path

val pathPath