nodesToPath
open fun nodesToPath(node: @NonNull Array<PathParser.PathDataNode>, @NonNull path: @NonNull Path)(source)
Convert an array of PathDataNode to Path.
Parameters
node
The source array of PathDataNode.
path
The target Path object.