CropRegion

@Stable
data class CropRegion(val xPercent: Float, val yPercent: Float, val widthPercent: Float, val heightPercent: Float)

Constructors

Link copied to clipboard
constructor(xPercent: Float, yPercent: Float, widthPercent: Float, heightPercent: Float)
constructor(rect: Rect, container: Size)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
operator fun times(container: Size): Rect
Link copied to clipboard
open override fun toString(): String