ImageDescriptor

data class ImageDescriptor(val uri: Uri, val size: ImageSize)

Generic descriptor of an Image. Provides the image Uri and the calculated ImageSize.

Constructors

Link copied to clipboard
constructor(uri: Uri, size: ImageSize)

Properties

Link copied to clipboard

The ImageSize of the image.

Link copied to clipboard
val uri: Uri

The Uri of the image.