C# Class SharpVectors.Scripting.ScriptableSvgMaskElement

Implementation wrapper for IScriptableSvgMaskElement
Inheritance: ScriptableSvgElement, IScriptableSvgMaskElement, IScriptableSvgTests, IScriptableSvgLangSpace, IScriptableSvgExternalResourcesRequired, IScriptableSvgStylable, IScriptableSvgUnitTypes
ファイルを表示 Open project: codebutler/savagesvg

Public Methods

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

Method Details

ScriptableSvgMaskElement() public method

public ScriptableSvgMaskElement ( 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