Image Transformation
data class ImageTransformation( val rotationInDegree: Int = 0, val cropRectangle: Rect? = null, var imageUrl: String? = null, var imageId: String? = null)
Content copied to clipboard
Constructors
Link copied to clipboard
fun ImageTransformation( rotationInDegree: Int = 0, cropRectangle: Rect? = null, imageUrl: String? = null, imageId: String? = null)
Content copied to clipboard