addMathShape
addMathShape(float x, float y, float width, float height) function
Creates a new Autoshape tuned from default template to math content and adds it to the end of the collection.
Parameters
Name | Type | Description |
---|---|---|
x | float | The X-coordinate for a left side of shape’s frame. |
y | float | The Y-coordinate for a top side of shape’s frame. |
width | float | The width of shape’s frame. |
height | float | The height of shape’s frame. |