Property

CloseSegment

A PathSegment containing the Close command.

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free
Common
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.