split abstract method

List<Rect> split(
  1. Rect area
)

Splits the given area into multiple sub-areas.

Implementation

List<Rect> split(Rect area);