Class PixelRect

java.lang.Object
com.banuba.sdk.types.PixelRect

public final class PixelRect extends Object
  • Constructor Details

    • PixelRect

      public PixelRect(int x, int y, int w, int h)
  • Method Details

    • getX

      public int getX()
    • getY

      public int getY()
    • getW

      public int getW()
    • getH

      public int getH()
    • toString

      public String toString()
      Overrides:
      toString in class Object