What is the difference between Rect and RectF in the Android SDK?
Using Rect , you define its edges using integers and using RectF , they are defined as float.
Rect
RectF
Looking at them more carefully, I found several differences. I will only list that one implementation is larger than the other.
Rectf
Therefore, apparently, there are some differences.
Rect final, RectF can be expanded