Object

RemotePathNode.Close

Closes the current subpath by drawing a straight line from the current point to the initial point of the subpath.

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free
Android
public object Close : RemotePathNode()

Closes the current subpath by drawing a straight line from the current point to the initial point of the subpath. RelativeClose and Close are considered the same internally, so we represent both with Close for simplicity and to make equals comparisons robust.

Corresponds to the Z or z path data commands.