InsertRule
ICSSMediaRule.InsertRule method
用于在媒体块中插入新规则。
public long InsertRule(string rule, long index)
范围 | 类型 | 描述 |
---|---|---|
rule | String | 媒体统治。 |
index | Int64 | 指数。 |
返回值
插入的索引。
也可以看看
- interface ICSSMediaRule
- 命名空间 Aspose.Svg.Dom.Css
- 部件 Aspose.SVG
用于在媒体块中插入新规则。
public long InsertRule(string rule, long index)
范围 | 类型 | 描述 |
---|---|---|
rule | String | 媒体统治。 |
index | Int64 | 指数。 |
插入的索引。