CaptureController

class CaptureController(graphicsLayer: GraphicsLayer)

Controller for capturing Composable content.

See also

dev.wonddak.capturable.Capturable

for implementation details.

Constructors

Link copied to clipboard
constructor(graphicsLayer: GraphicsLayer)

Functions

Link copied to clipboard
fun captureAsync(): Deferred<ImageBitmap>

Creates and requests for a Bitmap capture with specified config and returns an ImageBitmap asynchronously.