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

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

package org.jetbrains.skia

enum class PathDirection {
    /** Clockwise direction for adding closed contours.  */
    CLOCKWISE,

    /** Counter-clockwise direction for adding closed contours.  */
    COUNTER_CLOCKWISE;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy