ElementSetPosition CallableElementSetPosition(elementOrId, xPos, yPos, anchorPosition): 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.