API reference
API reference
Select your platform
No SDKs available
No versions available

PixelDisplayOptions Class

Modifiers: final
Configuration for a display with pixel-based dimensions.

Signature

data class PixelDisplayOptions(val width: Int, val height: Int) : PanelConfigOptionsModifier, MediaPanelDisplayOptions

Constructors

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

Properties

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

Functions

applyTo ( options )
Signature
open override fun applyTo(options: PanelConfigOptions)
Parameters
Did you find this page helpful?