使用SvgGroup图层的方式构建出一个完整的SVG模型
SVGDataLayers
01 Syntax
Microsoft.VisualBasic.Imaging.SVG.SVGDataLayers
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| Clear | 1 | reset |
| ApplyFilter | 2 | Apply of the graphics filter to a specific layer |
03 Fields
04 Members
Clear
reset
ApplyFilter(
Int32, String)Apply of the graphics filter to a specific layer
Parameters
| Name | Type | Description |
|---|---|---|
zindex | Int32 | 图层的编号 |
filter | String | filter的id编号 |
ApplyFilter(
String, String)通过元素选择器来设置滤镜,函数返回所有selector查找成功的图层的编号
Parameters
| Name | Type | Description |
|---|---|---|
selector | String | - |
filter | String | - |
svg
the svg xml document data
filters
Node.id为字典的键名