public interface ITwoDObject
Represents any two dimensional object in a document 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 © 2018. All rights reserved.