C# Class SharpVectors.Scripting.ScriptableSvgSymbolElement

Implementation wrapper for IScriptableSvgSymbolElement
Inheritance: ScriptableSvgElement, IScriptableSvgSymbolElement, IScriptableSvgLangSpace, IScriptableSvgExternalResourcesRequired, IScriptableSvgStylable, IScriptableSvgFitToViewBox, IScriptableEventTarget
Show file Open project: codebutler/savagesvg

Public Methods

Method 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 method

public ScriptableSvgSymbolElement ( object baseObject ) : System
baseObject object
return System

addEventListener() public method

public addEventListener ( string type, object listener, bool useCapture ) : void
type string
listener object
useCapture bool
return void

dispatchEvent() public method

public dispatchEvent ( IScriptableEvent evt ) : bool
evt IScriptableEvent
return bool

getPresentationAttribute() public method

public getPresentationAttribute ( string name ) : IScriptableCssValue
name string
return IScriptableCssValue

removeEventListener() public method

public removeEventListener ( string type, object listener, bool useCapture ) : void
type string
listener object
useCapture bool
return void