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

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

The newest version!
package org.jetbrains.skia

enum class SurfaceOrigin {
    TOP_LEFT,
    BOTTOM_LEFT;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy