Method | Description | |
---|---|---|
ScriptableSvgClipPathElement ( object baseObject ) : System | ||
getBBox ( ) : IScriptableSvgRect | ||
getCTM ( ) : IScriptableSvgMatrix | ||
getPresentationAttribute ( string name ) : IScriptableCssValue | ||
getScreenCTM ( ) : IScriptableSvgMatrix | ||
getTransformToElement ( IScriptableSvgElement element ) : IScriptableSvgMatrix | ||
hasExtension ( string extension ) : bool |
public ScriptableSvgClipPathElement ( object baseObject ) : System | ||
baseObject | object | |
return | System |
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 |