Table of Contents

Class SvgComponentTransferFunctionElement

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

This abstract defines a base class used by the component transfer function interfaces.

public abstract class SvgComponentTransferFunctionElement : SvgElement, ICloneable, IEnumerable, IXPathNavigable, IEventTargetSupport, IEventTarget, IElementCssInlineStyle, ISvgComponentTransferFunctionElement, ISvgElement, IElement, IXmlElement, INode, IXmlNode
Inheritance
SvgComponentTransferFunctionElement
Implements
Derived
Inherited Members

Constructors

SvgComponentTransferFunctionElement(string, string, string, SvgDocument)

Fields

_amplitude
_exponent
_intercept
_offset
_reSeparators
_slope
_tableValues
_type

Properties

Amplitude

When type="gamma", the amplitude of the gamma function.

Exponent

When type="gamma", the exponent of the gamma function.

Intercept

When type="linear", the intercept of the linear function.

IsRenderable

Gets a value indicating whether this SVG element is renderable.

Offset

When type="gamma", the offset of the gamma function.

Slope

When type="linear", the slope of the linear function.

TableValues

Corresponds to attribute 'tableValues' on the given element.

Type

Corresponds to attribute 'type' on the given element.