translateToOriginPoint method

Point translateToOriginPoint(
  1. Point center,
  2. String originX,
  3. String originY
)

Translates the coordinates from center to origin coordinates (based on the object's dimensions)

Implementation

external Point translateToOriginPoint(
    Point center, String originX, String originY);