C# Class SVGGradientElement, UnitySVG

Afficher le fichier Open project: MrJoy/UnitySVG

Protected Properties

Свойство Type Description
_attrList string>.Dictionary

Méthodes publiques

Méthode Description
GetStopElement ( int i ) : SVGStopElement,

Méthodes protégées

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

Method Details

GetElementList() protected méthode

protected GetElementList ( ) : void
Résultat void

GetStopElement() public méthode

public GetStopElement ( int i ) : SVGStopElement,
i int
Résultat SVGStopElement,

SVGGradientElement() protected méthode

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

Property Details

_attrList protected_oe property

protected Dictionary _attrList
Résultat string>.Dictionary