toImageRect Function

fun RectF.toImageRect(): ImageRect

Converts an Android RectF into an ImageRect.

Return

the same rectangle in the SDK’s own type.

Top