![]() |
![]()
| ![]() |
![]()
NAMEcenter_image - move a video object relative to an external reference object SYNOPSISnil
DESCRIPTIONThis positions the center of src relative to the center anchor point on ref . The anchor point can be changed by specifying the anchor object to one of: ANCHOR_UL : upper-left, ANCHOR_CR : upper-center, ANCHOR_UR : upper-right, ANCHOR_CL : center-left, ANCHOR_C : center, ANCHOR_CR : center-right, ANCHOR_LL : lower-left, ANCHOR - LC : lower-center, ANCHOR_LR : lower-right. The final position can also be shifted by specifying x_ofs (px) and y_ofs . This is a one-time alignment and resolves src and ref into world-space when calculating the final coordinates. For automatic response to changes in ref , use the link_image function. EXAMPLEfunction center_image0() SEE ALSO:link_image(3)
|