C# Class SharpVectors.Scripting.ScriptableSvgPatternElement

Implementation wrapper for IScriptableSvgPatternElement
Inheritance: ScriptableSvgElement, IScriptableSvgPatternElement, IScriptableSvgUriReference, IScriptableSvgTests, IScriptableSvgLangSpace, IScriptableSvgExternalResourcesRequired, IScriptableSvgStylable, IScriptableSvgFitToViewBox, IScriptableSvgUnitTypes
Afficher le fichier Open project: codebutler/savagesvg

Méthodes publiques

Méthode Description
ScriptableSvgPatternElement ( object baseObject ) : System
getPresentationAttribute ( string name ) : IScriptableCssValue
hasExtension ( string extension ) : bool

Method Details

ScriptableSvgPatternElement() public méthode

public ScriptableSvgPatternElement ( object baseObject ) : System
baseObject object
Résultat System

getPresentationAttribute() public méthode

public getPresentationAttribute ( string name ) : IScriptableCssValue
name string
Résultat IScriptableCssValue

hasExtension() public méthode

public hasExtension ( string extension ) : bool
extension string
Résultat bool