data class PixelDisplayOptions(val width: Int, val height: Int) : PanelConfigOptionsModifier, MediaPanelDisplayOptions
PixelDisplayOptions
(
width
, height
)
|
Signature
constructor(width: Int, height: Int) Parameters width: Int
The width of the panel in pixels
height: Int
The height of the panel in pixels
Returns PixelDisplayOptions |
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 |