C# Class SharpVectors.Scripting.ScriptableSvgPatternElement

Implementation wrapper for IScriptableSvgPatternElement
Inheritance: ScriptableSvgElement, IScriptableSvgPatternElement, IScriptableSvgUriReference, IScriptableSvgTests, IScriptableSvgLangSpace, IScriptableSvgExternalResourcesRequired, IScriptableSvgStylable, IScriptableSvgFitToViewBox, IScriptableSvgUnitTypes
Exibir arquivo Open project: codebutler/savagesvg

Public Methods

Method Description
ScriptableSvgPatternElement ( object baseObject ) : System
getPresentationAttribute ( string name ) : IScriptableCssValue
hasExtension ( string extension ) : bool

Method Details

ScriptableSvgPatternElement() public method

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

getPresentationAttribute() public method

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

hasExtension() public method

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