C# Class SharpVectors.Scripting.ScriptableSvgSymbolElement

Implementation wrapper for IScriptableSvgSymbolElement
Inheritance: ScriptableSvgElement, IScriptableSvgSymbolElement, IScriptableSvgLangSpace, IScriptableSvgExternalResourcesRequired, IScriptableSvgStylable, IScriptableSvgFitToViewBox, IScriptableEventTarget
Afficher le fichier Open project: codebutler/savagesvg

Méthodes publiques

Méthode Description
ScriptableSvgSymbolElement ( object baseObject ) : System
addEventListener ( string type, object listener, bool useCapture ) : void
dispatchEvent ( IScriptableEvent evt ) : bool
getPresentationAttribute ( string name ) : IScriptableCssValue
removeEventListener ( string type, object listener, bool useCapture ) : void

Method Details

ScriptableSvgSymbolElement() public méthode

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

addEventListener() public méthode

public addEventListener ( string type, object listener, bool useCapture ) : void
type string
listener object
useCapture bool
Résultat void

dispatchEvent() public méthode

public dispatchEvent ( IScriptableEvent evt ) : bool
evt IScriptableEvent
Résultat bool

getPresentationAttribute() public méthode

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

removeEventListener() public méthode

public removeEventListener ( string type, object listener, bool useCapture ) : void
type string
listener object
useCapture bool
Résultat void