CompositionDimensions
data class CompositionDimensions( val x: Length, val y: Length, val width: Length, val height: Length)
Content copied to clipboard
Constructors
Link copied to clipboard
Link copied to clipboard
fun CompositionDimensions( x: Length, y: Length, width: Length, height: Length)
Content copied to clipboard