
com.applitools.eyes.IRegion Maven / Gradle / Ivy
package com.applitools.eyes;
public interface IRegion {
int getLeft();
int getTop();
RectangleSize getSize();
int getArea();
Location getLocation();
Region offset(int dx, int dy);
int getWidth();
int getHeight();
CoordinatesType getCoordinatesType();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy