FormatShape

ISvgShapeFormattingController.FormatShape method

This function is called before rendering of shape to SVG to allow user to control resulting SVG.

public void FormatShape(ISvgShape svgShape, IShape shape)
ParameterTypeDescription
svgShapeISvgShapeObject to control SVG shape generation.
shapeIShapeSource shape.

See Also