Table of Contents

Class SvgImage

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

Properties

AspectRatio

public SvgAspectRatio AspectRatio { get; set; }

Property Value

SvgAspectRatio

Href

[SvgAttribute("href", "http://www.w3.org/1999/xlink")]
public virtual string Href { get; set; }

Property Value

string

Methods

DeepCopy()

public override SvgElement DeepCopy()

Returns

SvgElement

Process(ImageBuffer)

public override void Process(ImageBuffer buffer)

Parameters

buffer ImageBuffer