Class SvgComponentTransferFunction
Inheritance
SvgComponentTransferFunction
Inherited Members
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Svg.dll
Syntax
public abstract class SvgComponentTransferFunction : SvgElement, ISvgTransformable, ICloneable, ISvgNode
Properties
|
Improve this Doc
View Source
Amplitude
Declaration
public float Amplitude { get; set; }
Property Value
|
Improve this Doc
View Source
Exponent
Declaration
public float Exponent { get; set; }
Property Value
|
Improve this Doc
View Source
Intercept
Declaration
public float Intercept { get; set; }
Property Value
|
Improve this Doc
View Source
Offset
Declaration
public float Offset { get; set; }
Property Value
|
Improve this Doc
View Source
Slope
Declaration
public float Slope { get; set; }
Property Value
|
Improve this Doc
View Source
TableValues
Declaration
public SvgNumberCollection TableValues { get; set; }
Property Value
|
Improve this Doc
View Source
Type
Declaration
public SvgComponentTransferType Type { get; set; }
Property Value
Implements
Extension Methods