Esempio n. 1
0
 public float?getFloatAttribute(string pAttributeName, bool pAllowParentSVGAttributes)
 {
     return(SVGParserUtils.extractFloatAttribute(this.getStringAttribute(pAttributeName, pAllowParentSVGAttributes)));
 }
Esempio n. 2
0
 public float?getFloatProperty(string pPropertyName)
 {
     return(SVGParserUtils.extractFloatAttribute(this.getStringProperty(pPropertyName)));
 }