Item
NamedNodeMap indexer (1 of 2)
返回地图中的第 index 个项目。如果 index 大于或等于此映射中的节点数,则返回 null.
public Attr this[int index] { get; }
范围 | 描述 |
---|---|
index | 指数。 |
返回值
返回节点。
适当的价值
的Attr
.
也可以看看
- class Attr
- class NamedNodeMap
- 命名空间 Aspose.Svg.Collections
- 部件 Aspose.SVG
NamedNodeMap indexer (2 of 2)
获取Attr
具有指定的名称。
public Attr this[string name] { get; }
范围 | 描述 |
---|---|
name | 属性名称。 |
返回值
返回节点。
适当的价值
的Attr
.
也可以看看
- class Attr
- class NamedNodeMap
- 命名空间 Aspose.Svg.Collections
- 部件 Aspose.SVG