Creates and returns a string representing a Scalable Vector Graphics (SVG) of the shapes.

GetSVG(System.Drawing.Size, Bool)

public string GetSVG(System.Drawing.Size size, bool showHandles);

Parameters

Parameter Description
size Specifies the size of the SVG.
showHandles Determines whether the resize and adjust handles of the selected shapes are displayed.

Remarks

The size parameter updates the TXDrawingCore.Size property value.