C# Class SharpVectors.Scripting.ScriptableSvgFilterElement

Implementation wrapper for IScriptableSvgFilterElement
Inheritance: ScriptableSvgElement, IScriptableSvgFilterElement, IScriptableSvgUriReference, IScriptableSvgLangSpace, IScriptableSvgExternalResourcesRequired, IScriptableSvgStylable, IScriptableSvgUnitTypes
Show file Open project: codebutler/savagesvg

Public Methods

Method Description
ScriptableSvgFilterElement ( object baseObject ) : System
getPresentationAttribute ( string name ) : IScriptableCssValue
setFilterRes ( ulong filterResX, ulong filterResY ) : void

Method Details

ScriptableSvgFilterElement() public method

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

getPresentationAttribute() public method

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

setFilterRes() public method

public setFilterRes ( ulong filterResX, ulong filterResY ) : void
filterResX ulong
filterResY ulong
return void