C# 클래스 SharpVectors.Scripting.ScriptableSvgSymbolElement

Implementation wrapper for IScriptableSvgSymbolElement
상속: ScriptableSvgElement, IScriptableSvgSymbolElement, IScriptableSvgLangSpace, IScriptableSvgExternalResourcesRequired, IScriptableSvgStylable, IScriptableSvgFitToViewBox, IScriptableEventTarget
파일 보기 프로젝트 열기: codebutler/savagesvg

공개 메소드들

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

메소드 상세

ScriptableSvgSymbolElement() 공개 메소드

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

addEventListener() 공개 메소드

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

dispatchEvent() 공개 메소드

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

getPresentationAttribute() 공개 메소드

public getPresentationAttribute ( string name ) : IScriptableCssValue
name string
리턴 IScriptableCssValue

removeEventListener() 공개 메소드

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