C# Class SVGGradientElement, UnitySVG

Show file Open project: MrJoy/UnitySVG

Protected Properties

Property Type Description
_attrList string>.Dictionary

Public Methods

Method Description
GetStopElement ( int i ) : SVGStopElement,

Protected Methods

Method Description
GetElementList ( ) : void
SVGGradientElement ( SVGParser, xmlImp, string>.Dictionary attrList ) : System.Collections.Generic

Method Details

GetElementList() protected method

protected GetElementList ( ) : void
return void

GetStopElement() public method

public GetStopElement ( int i ) : SVGStopElement,
i int
return SVGStopElement,

SVGGradientElement() protected method

protected SVGGradientElement ( SVGParser, xmlImp, string>.Dictionary attrList ) : System.Collections.Generic
xmlImp SVGParser,
attrList string>.Dictionary
return System.Collections.Generic

Property Details

_attrList protected property

protected Dictionary _attrList
return string>.Dictionary