MPIconSize

open class MPIconSize

Defines width and height dimensions for an icon

Constructors

Link copied to clipboard
open fun MPIconSize(@IntRange(from = 0) width: Int, @IntRange(from = 0) height: Int)

Functions

Link copied to clipboard
open fun getHeight(): Int
Get height (dp)
Link copied to clipboard
open fun getWidth(): Int
Get width (dp)