Screenshot

data class Screenshot(val bitmap: Bitmap, val size: Size, val insets: Insets)

Contains the information about the screenshot image capture.

Constructors

Link copied to clipboard
constructor(bitmap: Bitmap, size: Size, insets: Insets)

Properties

Link copied to clipboard

The image data for the screenshot.

Link copied to clipboard

The insets in Dp to apply for any visible system bars, used to define the area eligible for targeting content.

Link copied to clipboard
val size: Size

The size of the screenshot image in Dp, including any visible system bars.