AbsolutePosition doesn't work with AnchorPoint

Both of these images are at the same absolute position.

2.Position = 1.AbsolutePosition

The absolute position is still at the top-left corner, even though the anchor point is at the bottom right. Not sure if this is by design or intentional, but it’s a little confusing.

image.jpg

I think this is intended. Absolute Position is not relative to anything except the global screen space.

I guess I’m confused

1 Like

This is intended. As you are looking at the positioning from a global (absolute) perspective, we give you the coordinates in the absolute perspective. I think though, a new api for defining what perspective you want the absolute coordinates to be in could make a lot of sense.

4 Likes

Yes, please!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.