C# Class SharpVectors.Scripting.ScriptableSvgClipPathElement

Implementation wrapper for IScriptableSvgClipPathElement
Inheritance: ScriptableSvgElement, IScriptableSvgClipPathElement, IScriptableSvgTests, IScriptableSvgLangSpace, IScriptableSvgExternalResourcesRequired, IScriptableSvgStylable, IScriptableSvgTransformable, IScriptableSvgUnitTypes
Afficher le fichier Open project: codebutler/savagesvg

Méthodes publiques

Méthode 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 méthode

public ScriptableSvgClipPathElement ( object baseObject ) : System
baseObject object
Résultat System

getBBox() public méthode

public getBBox ( ) : IScriptableSvgRect
Résultat IScriptableSvgRect

getCTM() public méthode

public getCTM ( ) : IScriptableSvgMatrix
Résultat IScriptableSvgMatrix

getPresentationAttribute() public méthode

public getPresentationAttribute ( string name ) : IScriptableCssValue
name string
Résultat IScriptableCssValue

getScreenCTM() public méthode

public getScreenCTM ( ) : IScriptableSvgMatrix
Résultat IScriptableSvgMatrix

getTransformToElement() public méthode

public getTransformToElement ( IScriptableSvgElement element ) : IScriptableSvgMatrix
element IScriptableSvgElement
Résultat IScriptableSvgMatrix

hasExtension() public méthode

public hasExtension ( string extension ) : bool
extension string
Résultat bool