C# 클래스 SharpVectors.Scripting.ScriptableSvgAnimationElement

Implementation wrapper for IScriptableSvgAnimationElement
상속: ScriptableSvgElement, IScriptableSvgAnimationElement, IScriptableSvgTests, IScriptableSvgExternalResourcesRequired, IScriptableElementTimeControl, IScriptableEventTarget
파일 보기 프로젝트 열기: codebutler/savagesvg

공개 메소드들

메소드 설명
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

메소드 상세

ScriptableSvgAnimationElement() 공개 메소드

public ScriptableSvgAnimationElement ( object baseObject ) : System
baseObject object
리턴 System

addEventListener() 공개 메소드

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

beginElement() 공개 메소드

public beginElement ( ) : void
리턴 void

beginElementAt() 공개 메소드

public beginElementAt ( float offset ) : void
offset float
리턴 void

dispatchEvent() 공개 메소드

public dispatchEvent ( IScriptableEvent evt ) : bool
evt IScriptableEvent
리턴 bool

endElement() 공개 메소드

public endElement ( ) : void
리턴 void

endElementAt() 공개 메소드

public endElementAt ( float offset ) : void
offset float
리턴 void

getCurrentTime() 공개 메소드

public getCurrentTime ( ) : float
리턴 float

getSimpleDuration() 공개 메소드

public getSimpleDuration ( ) : float
리턴 float

getStartTime() 공개 메소드

public getStartTime ( ) : float
리턴 float

hasExtension() 공개 메소드

public hasExtension ( string extension ) : bool
extension string
리턴 bool

removeEventListener() 공개 메소드

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