ICSSKeyframesRule.DeleteRule
ICSSKeyframesRule.DeleteRule method
The deleteRule method deletes the CSSKeyframeRule with the passed key. If a rule with this key does not exist, the method does nothing
public void DeleteRule(string key)
| Parameter | Type | Description | 
|---|---|---|
| key | String | The key which describes the rule to be deleted. The key must resolve to a number between 0 and 1, or the rule is ignored | 
See Also
- interface ICSSKeyframesRule
 - namespace Aspose.Svg.Dom.Css
 - assembly Aspose.SVG