C# Class SharpVectors.Scripting.ScriptableSvgForeignObjectElement

Implementation wrapper for IScriptableSvgForeignObjectElement
Inheritance: ScriptableSvgElement, IScriptableSvgForeignObjectElement, IScriptableSvgTests, IScriptableSvgLangSpace, IScriptableSvgExternalResourcesRequired, IScriptableSvgStylable, IScriptableSvgTransformable, IScriptableEventTarget
Show file Open project: codebutler/savagesvg

Public Methods

Method Description
ScriptableSvgForeignObjectElement ( object baseObject ) : System
addEventListener ( string type, object listener, bool useCapture ) : void
dispatchEvent ( IScriptableEvent evt ) : bool
getBBox ( ) : IScriptableSvgRect
getCTM ( ) : IScriptableSvgMatrix
getPresentationAttribute ( string name ) : IScriptableCssValue
getScreenCTM ( ) : IScriptableSvgMatrix
getTransformToElement ( IScriptableSvgElement element ) : IScriptableSvgMatrix
hasExtension ( string extension ) : bool
removeEventListener ( string type, object listener, bool useCapture ) : void

Method Details

ScriptableSvgForeignObjectElement() public method

public ScriptableSvgForeignObjectElement ( 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

getBBox() public method

public getBBox ( ) : IScriptableSvgRect
return IScriptableSvgRect

getCTM() public method

public getCTM ( ) : IScriptableSvgMatrix
return IScriptableSvgMatrix

getPresentationAttribute() public method

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

getScreenCTM() public method

public getScreenCTM ( ) : IScriptableSvgMatrix
return IScriptableSvgMatrix

getTransformToElement() public method

public getTransformToElement ( IScriptableSvgElement element ) : IScriptableSvgMatrix
element IScriptableSvgElement
return IScriptableSvgMatrix

hasExtension() public method

public hasExtension ( string extension ) : bool
extension string
return bool

removeEventListener() public method

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