AddMathShape()
IShapeCollection::AddMathShape(float, float, float, float) method
Creates a new rectangle auto shape to host mathematical content and adds it to the end of the shape 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 of the shape\u2019s frame, in points. | 
| y | float | The y-coordinate of the shape\u2019s frame, in points. | 
| width | float | The width of the shape\u2019s frame, in points. | 
| height | float | The height of the shape\u2019s frame, in points. | 
Return Value
The newly created IAutoShape.
See Also
- Typedef SharedPtr
 - Class IAutoShape
 - Class IShapeCollection
 - Namespace Aspose::Slides
 - Library Aspose.Slides