C# Class SharpVectors.Scripting.ScriptableSvgAnimationElement

Implementation wrapper for IScriptableSvgAnimationElement
Inheritance: ScriptableSvgElement, IScriptableSvgAnimationElement, IScriptableSvgTests, IScriptableSvgExternalResourcesRequired, IScriptableElementTimeControl, IScriptableEventTarget
Afficher le fichier Open project: codebutler/savagesvg

Méthodes publiques

Méthode Description
ScriptableSvgAnimationElement ( object baseObject ) : System
addEventListener ( string type, object listener, bool useCapture ) : void
beginElement ( ) : void
beginElementAt ( float offset ) : void
dispatchEvent ( IScriptableEvent evt ) : bool
endElement ( ) : void
endElementAt ( float offset ) : void
getCurrentTime ( ) : float
getSimpleDuration ( ) : float
getStartTime ( ) : float
hasExtension ( string extension ) : bool
removeEventListener ( string type, object listener, bool useCapture ) : void

Method Details

ScriptableSvgAnimationElement() public méthode

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

beginElement() public méthode

public beginElement ( ) : void
Résultat void

beginElementAt() public méthode

public beginElementAt ( float offset ) : void
offset float
Résultat void

dispatchEvent() public méthode

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

endElement() public méthode

public endElement ( ) : void
Résultat void

endElementAt() public méthode

public endElementAt ( float offset ) : void
offset float
Résultat void

getCurrentTime() public méthode

public getCurrentTime ( ) : float
Résultat float

getSimpleDuration() public méthode

public getSimpleDuration ( ) : float
Résultat float

getStartTime() public méthode

public getStartTime ( ) : float
Résultat float

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