Class SvgDisplacementMap
Inheritance
SvgDisplacementMap
Inherited Members
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Svg.dll
Syntax
[SvgElement("feDisplacementMap")]
public class SvgDisplacementMap : SvgFilterPrimitive, ISvgTransformable, ICloneable, ISvgNode
Properties
|
Improve this Doc
View Source
Declaration
public string Input2 { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Scale
Declaration
public float Scale { get; set; }
Property Value
|
Improve this Doc
View Source
XChannelSelector
Declaration
public SvgChannelSelector XChannelSelector { get; set; }
Property Value
|
Improve this Doc
View Source
YChannelSelector
Declaration
public SvgChannelSelector YChannelSelector { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
DeepCopy()
Declaration
public override SvgElement DeepCopy()
Returns
Overrides
|
Improve this Doc
View Source
Process(ImageBuffer)
Declaration
public override void Process(ImageBuffer buffer)
Parameters
Overrides
Implements
Extension Methods