getClippingRect

abstract fun getClippingRect(outClippingRect: Rect)

Get rectangular bounds to which view is currently clipped to. Called only on views that has set removeCLippedSubviews property value to true.

Parameters

outClippingRect

output clipping rect should be written to this object.