public interface ITwoDObject
Represents any two dimensional object in a content structure.
double getX()
Gets the x-coordinate of the object.
double getY()
Gets the y-coordinate of the object.
double getWidth()
Gets the width of the object.
double getHeight()
Gets the height of the object.
Copyright © 2020. All rights reserved.