FunctionsElementSetPositionElementSetPosition CallableElementSetPosition(elementOrId: ElementOrId, xPos?: number, yPos?: number, anchorPosition?: top-left | top-right | bottom-left | bottom-right): voidPositions an HTML element on the canvas relative to a specified anchor.ParameterselementOrId: ElementOrIdxPos: number = 0yPos: number = 0optionalanchorPosition: top-left | top-right | bottom-left | bottom-right = 'top-left'Returns void
Positions an HTML element on the canvas relative to a specified anchor.