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

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

package org.jetbrains.skia

enum class PathEllipseArc {
    /** Smaller of arc pair.  */
    SMALLER,

    /** Larger of arc pair.  */
    LARGER;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy