ImageContent

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

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

Functions

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

Properties

Link copied to clipboard
Link copied to clipboard
val left: Float
Link copied to clipboard
Link copied to clipboard
val top: Float