C# Class SharpVectors.Scripting.ScriptableSvgLineElement

Implementation wrapper for IScriptableSvgLineElement
Inheritance: ScriptableSvgElement, IScriptableSvgLineElement, IScriptableSvgTests, IScriptableSvgLangSpace, IScriptableSvgExternalResourcesRequired, IScriptableSvgStylable, IScriptableSvgTransformable, IScriptableEventTarget
Afficher le fichier Open project: codebutler/savagesvg

Méthodes publiques

Méthode Description
ScriptableSvgLineElement ( 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

ScriptableSvgLineElement() public méthode

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

getBBox() public méthode

public getBBox ( ) : IScriptableSvgRect
Résultat IScriptableSvgRect

getCTM() public méthode

public getCTM ( ) : IScriptableSvgMatrix
Résultat IScriptableSvgMatrix

getPresentationAttribute() public méthode

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

getScreenCTM() public méthode

public getScreenCTM ( ) : IScriptableSvgMatrix
Résultat IScriptableSvgMatrix

getTransformToElement() public méthode

public getTransformToElement ( IScriptableSvgElement element ) : IScriptableSvgMatrix
element IScriptableSvgElement
Résultat IScriptableSvgMatrix

hasExtension() public méthode

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

removeEventListener() public méthode

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