data class PixelDisplayOptions(val width: Int, val height: Int) : PanelConfigOptionsModifier, MediaPanelDisplayOptions
PixelDisplayOptions
(
width
, height
)
|
Signature
constructor(width: Int, height: Int) Parameters
width:
Int
height:
Int
Returns |
height
: Int
[Get] |
The height of the panel in pixels
Signature
val height: Int |
width
: Int
[Get] |
The width of the panel in pixels
Signature
val width: Int |
applyTo
(
options
)
|
Signature
open override fun applyTo(options: PanelConfigOptions) Parameters
options:
PanelConfigOptions |