Table of Contents

Class SvgFilterPrimitiveStandardAttributes

Namespace
SharpVectors.Dom.Svg
Assembly
SharpVectors.Model.dll

This is abstract class for filter primitive attributes that are available for all filter primitives:

public abstract class SvgFilterPrimitiveStandardAttributes : SvgStyleableElement, ICloneable, IEnumerable, IXPathNavigable, IEventTargetSupport, IEventTarget, IElementCssInlineStyle, ISvgElement, IElement, IXmlElement, INode, IXmlNode, ISvgFilterPrimitiveStandardAttributes, ISvgStylable
Inheritance
SvgFilterPrimitiveStandardAttributes
Implements
Derived
Inherited Members

Constructors

SvgFilterPrimitiveStandardAttributes(string, string, string, SvgDocument)

Fields

_height
_reSeparators
_result
_width
_x
_y

Properties

Height

The height of the subregion which restricts calculation and rendering of the given filter primitive.

IsRenderable

Gets a value indicating whether this SVG element is renderable.

Result

This is an custom-ident and an assigned name for this filter primitive.

Width

The width of the subregion which restricts calculation and rendering of the given filter primitive.

X

The minimum x coordinate for the subregion which restricts calculation and rendering of the given filter primitive.

Y

The minimum y coordinate for the subregion which restricts calculation and rendering of the given filter primitive.