Method | Description | |
---|---|---|
ScriptableSvgPolylineElement ( 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 ScriptableSvgPolylineElement ( object baseObject ) : System | ||
baseObject | object | |
return | System |
public addEventListener ( string type, object listener, bool useCapture ) : void | ||
type | string | |
listener | object | |
useCapture | bool | |
return | void |
public dispatchEvent ( IScriptableEvent evt ) : bool | ||
evt | IScriptableEvent | |
return | bool |
public getPresentationAttribute ( string name ) : IScriptableCssValue | ||
name | string | |
return | IScriptableCssValue |
public getScreenCTM ( ) : IScriptableSvgMatrix | ||
return | IScriptableSvgMatrix |
public getTransformToElement ( IScriptableSvgElement element ) : IScriptableSvgMatrix | ||
element | IScriptableSvgElement | |
return | IScriptableSvgMatrix |
public hasExtension ( string extension ) : bool | ||
extension | string | |
return | bool |
public removeEventListener ( string type, object listener, bool useCapture ) : void | ||
type | string | |
listener | object | |
useCapture | bool | |
return | void |