isInScribbleRect abstract method

bool isInScribbleRect(
  1. Rect rect
)

Tests whether the ScribbleClient overlaps the given rectangle bounds.

Implementation

bool isInScribbleRect(Rect rect);