AddMathShape()
IShapeCollection::AddMathShape(float, float, float, float) method
Creates a new AutoShape of the type Rectangle to host mathematical content inside and adds it to the end of the collection.
virtual System::SharedPtr<IAutoShape> Aspose::Slides::IShapeCollection::AddMathShape(float x, float y, float width, float height)=0
Arguments
Parameter | 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. |
Return Value
Created AutoShape object.
See Also
- Typedef SharedPtr
- Class IAutoShape
- Class IShapeCollection
- Namespace Aspose::Slides
- Library Aspose.Slides