C# Class SharpVectors.Scripting.ScriptableSvgClipPathElement

Implementation wrapper for IScriptableSvgClipPathElement
Inheritance: ScriptableSvgElement, IScriptableSvgClipPathElement, IScriptableSvgTests, IScriptableSvgLangSpace, IScriptableSvgExternalResourcesRequired, IScriptableSvgStylable, IScriptableSvgTransformable, IScriptableSvgUnitTypes
Show file Open project: codebutler/savagesvg

Public Methods

Method Description
ScriptableSvgClipPathElement ( object baseObject ) : System
getBBox ( ) : IScriptableSvgRect
getCTM ( ) : IScriptableSvgMatrix
getPresentationAttribute ( string name ) : IScriptableCssValue
getScreenCTM ( ) : IScriptableSvgMatrix
getTransformToElement ( IScriptableSvgElement element ) : IScriptableSvgMatrix
hasExtension ( string extension ) : bool

Method Details

ScriptableSvgClipPathElement() public method

public ScriptableSvgClipPathElement ( object baseObject ) : System
baseObject object
return System

getBBox() public method

public getBBox ( ) : IScriptableSvgRect
return IScriptableSvgRect

getCTM() public method

public getCTM ( ) : IScriptableSvgMatrix
return IScriptableSvgMatrix

getPresentationAttribute() public method

public getPresentationAttribute ( string name ) : IScriptableCssValue
name string
return IScriptableCssValue

getScreenCTM() public method

public getScreenCTM ( ) : IScriptableSvgMatrix
return IScriptableSvgMatrix

getTransformToElement() public method

public getTransformToElement ( IScriptableSvgElement element ) : IScriptableSvgMatrix
element IScriptableSvgElement
return IScriptableSvgMatrix

hasExtension() public method

public hasExtension ( string extension ) : bool
extension string
return bool