Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

선택된 Absolute Position 이미지, 비디오, 레이어 또는 도형을 이동 시킵니다Move the selected absolute position image or video.


Parameters:

NameTypeDescription
actionNameString액션 이름'moveAbsolutePositionDrawingObject' image or video layer moving API
movePositionObject

{ x: {Number}, y: {Number} }

이동할 위치Position to move


Example:

Code Block
languagejs
themeEmacs
editor.execCommand('moveAbsolutePositionDrawingObject', { x: 100, y: 100 });  // move to 100,100 위치로 이동