CloseSegment
Property
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
.