SceneFormat

class SceneFormat(val size: IntSize, val density: Density)(source)

Constructors

Link copied to clipboard
constructor(size: IntSize, density: Density)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val density: Density

Defines the pixel density of Storyboard scenes.

Link copied to clipboard
val size: IntSize

Defines the pixel dimensions of each scene in a Storyboard.

Functions

Link copied to clipboard
fun SceneFormat.toDpSize(): DpSize