ImageContent

class ImageContent : Serializable

Describes the image content, e.g. where text can be fit into an image. When sizing icons with `icon-text-fit`, the icon size will be adjusted so that the this content box fits exactly around the text.

Constructors

ImageContent
Link copied to clipboard
open fun ImageContent(left: Float, top: Float, right: Float, bottom: Float)

Functions

equals
Link copied to clipboard
open fun equals(object: Any): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

bottom
Link copied to clipboard
private val bottom: Float
left
Link copied to clipboard
private val left: Float
right
Link copied to clipboard
private val right: Float
top
Link copied to clipboard
private val top: Float