EditIconKey

data class EditIconKey(val resourceName: String, val scaledHeight: Int) : IconKey

The Pair of String used to retrieve an edit icon.

Author

Richard Arriaga

Constructors

Link copied to clipboard
constructor(resourceName: String, scaledHeight: Int)

Properties

Link copied to clipboard
open override val resourceName: String

The associated file name of the resource.

Link copied to clipboard
open override val scaledHeight: Int

The height to which to scale the image.