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);
Public Function GetSVG(ByVal size As System.Drawing.Size, ByVal height As Boolean) As String

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.