Table of Contents

Class SvgDisplacementMap

Namespace
Svg.FilterEffects
Assembly
Svg.dll
[SvgElement("feDisplacementMap")]
public class SvgDisplacementMap : SvgFilterPrimitive, ISvgTransformable, ICloneable, ISvgNode
Inheritance
SvgDisplacementMap
Implements
Inherited Members
Extension Methods

Properties

Input2

public string Input2 { get; set; }

Property Value

string

Scale

public float Scale { get; set; }

Property Value

float

XChannelSelector

public SvgChannelSelector XChannelSelector { get; set; }

Property Value

SvgChannelSelector

YChannelSelector

public SvgChannelSelector YChannelSelector { get; set; }

Property Value

SvgChannelSelector

Methods

DeepCopy()

public override SvgElement DeepCopy()

Returns

SvgElement

Process(ImageBuffer)

public override void Process(ImageBuffer buffer)

Parameters

buffer ImageBuffer