Added in API level 1

Direction

class Direction
kotlin.Any
   ↳ kotlin.Enum<android.graphics.Path.Direction>
   ↳ android.graphics.Path.Direction

Specifies how closed shapes (e.g. rects, ovals) are oriented when they are added to a path.

Summary

Enum values

counter-clockwise

clockwise

Enum values

CCW

Added in API level 1
enum val CCW : Path.Direction

counter-clockwise

CW

Added in API level 1
enum val CW : Path.Direction

clockwise