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

commonMain.org.jetbrains.skia.ContentChangeMode.kt Maven / Gradle / Ivy

The newest version!
package org.jetbrains.skia

enum class ContentChangeMode {
    /** Discards surface on change.  */
    DISCARD,

    /** Preserves surface on change.  */
    RETAIN;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy