Remarks
The size parameter updates the TXDrawing
Creates and returns a string representing a Scalable Vector Graphics (SVG) of the shapes.
public string GetSVG(System.Drawing.Size size, bool showHandles);
Public Function GetSVG(ByVal size As System.Drawing.Size, ByVal height As Boolean) As String
Parameter | Description |
---|---|
size | Specifies the size of the SVG. |
show |
Determines whether the resize and adjust handles of the selected shapes are displayed. |
The size parameter updates the TXDrawing