All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.graphics.Icon.kt Maven / Gradle / Ivy

package ch.softappeal.konapi.graphics

public open class Icon(public val overlay: Overlay, public val index: Int) : Dimension(overlay) {
    init {
        require(index in 0..




© 2015 - 2024 Weber Informatics LLC | Privacy Policy