registerTapRegion abstract method

void registerTapRegion(
  1. RenderTapRegion region
)

Register the given RenderTapRegion with the registry.

Implementation

void registerTapRegion(RenderTapRegion region);