Package com.banuba.sdk.types
Class PixelRect
- java.lang.Object
-
- com.banuba.sdk.types.PixelRect
-
public final class PixelRect extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PixelRect(int x, int y, int w, int h)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getH()
int
getW()
int
getX()
int
getY()
java.lang.String
toString()
-