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

ParameterTypeDescription
svgShapeSystem::SharedPtr<ISvgShape>Object to control SVG shape generation.
shapeSystem::SharedPtr<IShape>Source shape.

See Also