getPointByOrigin method

Point getPointByOrigin(
  1. String originX,
  2. String originY
)

Returns the coordinates of the object as if it has a different origin

Implementation

external Point getPointByOrigin(String originX, String originY);