newArray

open override fun newArray(size: Int): Array<TextSelectionRectangles?>

Creates a new array of TextSelectionRectangles with the specified size.

Return

A new array of the specified size.

Parameters

size

The size of the array to create.