FormatShape()
ISvgShapeFormattingController::FormatShape(System::SharedPtr<ISvgShape>, System::SharedPtr<IShape>) method
This function is called before rendering of shape to SVG to allow user to control resulting SVG.
virtual void Aspose::Slides::Export::ISvgShapeFormattingController::FormatShape(System::SharedPtr<ISvgShape> svgShape, System::SharedPtr<IShape> shape)=0
Arguments
Parameter | Type | Description |
---|---|---|
svgShape | System::SharedPtr<ISvgShape> | Object to control SVG shape generation. |
shape | System::SharedPtr<IShape> | Source shape. |
See Also
- Typedef SharedPtr
- Class ISvgShape
- Class IShape
- Class ISvgShapeFormattingController
- Namespace Aspose::Slides::Export
- Library Aspose.Slides