CompositionDimensions

data class CompositionDimensions(val x: Length, val y: Length, val width: Length, val height: Length)(source)

Constructors

Link copied to clipboard
constructor(rectangle: Rectangle)
constructor(x: Length, y: Length, width: Length, height: Length)

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val x: Length
Link copied to clipboard
val y: Length