메소드 | 설명 | |
---|---|---|
ScriptableSvgSwitchElement ( 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 |
public ScriptableSvgSwitchElement ( object baseObject ) : System | ||
baseObject | object | |
리턴 | System |
public addEventListener ( string type, object listener, bool useCapture ) : void | ||
type | string | |
listener | object | |
useCapture | bool | |
리턴 | void |
public dispatchEvent ( IScriptableEvent evt ) : bool | ||
evt | IScriptableEvent | |
리턴 | bool |
public getPresentationAttribute ( string name ) : IScriptableCssValue | ||
name | string | |
리턴 | IScriptableCssValue |
public getTransformToElement ( IScriptableSvgElement element ) : IScriptableSvgMatrix | ||
element | IScriptableSvgElement | |
리턴 | IScriptableSvgMatrix |
public removeEventListener ( string type, object listener, bool useCapture ) : void | ||
type | string | |
listener | object | |
useCapture | bool | |
리턴 | void |