remove

abstract fun remove(view: View): T?

Removes the GraphicsSurface associated with view and its children if applicable. NOTE: This does NOT release the surface.

Return

view's surface if it exists

Parameters

view

to remove

See also