Calls the given painter once for the given node. The painter will be called with the following arguments:
painter(x, y, w, h); where x and y are the node's group position, and w and h are its group size.
the node to paint
the painter that will be called with the node's dimensions
Generated using TypeDoc
Calls the given painter once for the given node. The painter will be called with the following arguments:
painter(x, y, w, h); where x and y are the node's group position, and w and h are its group size.