C# Class SharpVectors.Dom.Svg.SvgGradientElement

Inheritance: SvgStyleableElement, ISvgGradientElement
Show file Open project: codebutler/savagesvg Class Usage Examples

Public Methods

Method Description
HandleAttributeChange ( XmlAttribute attribute ) : void

Private Methods

Method Description
SvgGradientElement ( string prefix, string localname, string ns, SvgDocument doc ) : System

Method Details

HandleAttributeChange() public method

public HandleAttributeChange ( XmlAttribute attribute ) : void
attribute System.Xml.XmlAttribute
return void