Builder

class Builder(val x: Int, val y: Int, val width: Int, val height: Int)

A builder for HighlightRectRequest, which allows setting the optional parameters of the OverlayDomain.highlightRect command via a lambda.

Constructors

Link copied to clipboard
constructor(x: Int, y: Int, width: Int, height: Int)

Properties

Link copied to clipboard
var color: RGBA?

The highlight fill color (default: transparent).

Link copied to clipboard
val height: Int

Rectangle height

Link copied to clipboard

The highlight outline color (default: transparent).

Link copied to clipboard
val width: Int

Rectangle width

Link copied to clipboard
val x: Int

X coordinate

Link copied to clipboard
val y: Int

Y coordinate

Functions

Link copied to clipboard