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

commonMain.org.jetbrains.skia.impl.RefCnt.kt Maven / Gradle / Ivy

package org.jetbrains.skia.impl

expect abstract class RefCnt : Managed {
    protected constructor(ptr: NativePointer)
    protected constructor(ptr: NativePointer, allowClose: Boolean)

    val refCount: Int
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy