SVG graphic data
SVGData
01 Syntax
Microsoft.VisualBasic.Imaging.Driver.SVGData
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| .ctor | 1 | img parameter is GraphicsSVG |
| GetDataURI | 1 | convert the svg document to base64 encoded data uri |
| GetSVGXml | 1 | get xml document text of current svg graphics plot |
| Save | 1 | Save the image as svg file. |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| XmlComment | 1 | The xml comment text when generates the svg document text |
| title | 1 | title of current svg graphics plot document |
04 Members
#ctor(
Object, Size, Padding)img parameter is GraphicsSVG
Parameters
| Name | Type | Description |
|---|---|---|
img | Object | - |
size | Size | - |
GetDataURI
convert the svg document to base64 encoded data uri
GetSVGXml
get xml document text of current svg graphics plot
Save(
String)Save the image as svg file.
Parameters
| Name | Type | Description |
|---|---|---|
path | String | - |
XmlComment
The xml comment text when generates the svg document text
title
title of current svg graphics plot document