Function paintNodeBounds

  • 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.

    Parameters

    Returns void

Generated using TypeDoc