ScalingOption

Types

Link copied to clipboard
data class ByHeight(val height: Double) : ScalingOption
Link copied to clipboard
data class ByWidth(val width: Double) : ScalingOption
Link copied to clipboard
data class ByWidthAndHeight(val width: Double, val height: Double) : ScalingOption