コード例 #1
0
ファイル: SVGAttributes.cs プロジェクト: znsoft/TUSA
 public float?getFloatAttribute(string pAttributeName, bool pAllowParentSVGAttributes)
 {
     return(SVGParserUtils.extractFloatAttribute(this.getStringAttribute(pAttributeName, pAllowParentSVGAttributes)));
 }
コード例 #2
0
ファイル: SVGProperties.cs プロジェクト: znsoft/TUSA
 public float?getFloatProperty(string pPropertyName)
 {
     return(SVGParserUtils.extractFloatAttribute(this.getStringProperty(pPropertyName)));
 }