Property

CloseSegment

A PathSegment containing the Close command.

Source set: Common

Added in 1.11.0-rc01

val CloseSegment = PathSegment(PathSegment.Type.Close, FloatArray(0), 0.0f)

A PathSegment containing the Close command. This static object exists to avoid allocating a new segment when returning a Close result from PathIterator.next.