RepeatedBackground

class RepeatedBackground(val image: Image?) : Background

A repeated background pattern from an Image.

Constructors

Link copied to clipboard
constructor(image: Image?)

Properties

Link copied to clipboard
val image: Image?

Functions

Link copied to clipboard
open override fun draw(x: Float, y: Float, width: Float, height: Float, size: Edges)

Draw the background of an area.