Params

data class Params(val width: Int, val height: Int)

Parameters

width

The width of the corrected crop picture

height

The height of the corrected crop picture

Constructors

Link copied to clipboard
constructor(width: Int, height: Int)

Properties

Link copied to clipboard
val height: Int
Link copied to clipboard
val width: Int