선택된 Absolute Position 이미지, 비디오, 레이어 또는 도형을 이동 시킵니다Move the selected absolute position image or video.
Parameters:
Name | Type | Description |
---|---|---|
actionName | String액션 이름 | 'moveAbsolutePositionDrawingObject' image or video layer moving API |
movePosition | Object | { x: {Number}, y: {Number} } 이동할 위치Position to move |
Example:
Code Block | ||||
---|---|---|---|---|
| ||||
editor.execCommand('moveAbsolutePositionDrawingObject', { x: 100, y: 100 }); // move to 100,100 위치로 이동 |