OffscreenRenderer

abstract class OffscreenRenderer

Offscreen renderer. Implement this class to render an image without displaying it on screen.

Constructors

Link copied to clipboard
fun OffscreenRenderer()

Functions

Link copied to clipboard
fun render()

Renders the image offscreen.

Properties

Link copied to clipboard
abstract val height: Int

Implement this property to define height of the rendered image.

Link copied to clipboard
abstract val width: Int

Implement this property to define width of the rendered image.

Inheritors

Link copied to clipboard