BlzFrameSetAllPoints

Parameters
frameframehandle

the frame moved/resized.

relativeframehandle
comment

Copies the relative frame's size and position. The relationship remains live, so later changes to the relative frame also update this frame.

Example:

BlzHideOriginFrames(true)
BlzFrameSetAllPoints(BlzGetOriginFrame(ORIGIN_FRAME_WORLD_FRAME, 0), BlzGetOriginFrame(ORIGIN_FRAME_GAME_UI, 0))
patch

1.31.0.11889

Source
common.j (suggest an edit or discuss on Github)
return type
nothing
Source code
native BlzFrameSetAllPoints                        takes framehandle frame, framehandle relative returns nothing