Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    screen position of a canvas?

    Is there a way to get the screen coordinates of a canvas? All of the functions I can find appear to return only relative coordinates. Thanks.

    Jeff

    #2
    Use canvas.getPageLeft() / getPageTop()

    Comment

    Working...
    X