@foreach


Description:

public void @foreach (NodeFunction each_item)

Execute a provided function for every node in the path (useful for drawing and otherwise traversing a path.

)

Parameters:

this

a Path

each_item

a function to call for each node in the path.

user_data

user data to pass to the function (in addition to the GeglPathItem).