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.