Paper.forEach Method (JsAction, object)
Executes given function for each element on the paper
If callback function returns false it will stop loop running.
Namespace: SharpKit.Raphael
Class: Paper
Syntax
public object forEach(JsAction callback, object thisArg)
Parameters
callback
thisArg
Type: System.Object
context object for the callback
Return Value
Type: System.Object
Paper object
|