Class SvgOffset
- Namespace
- Svg.FilterEffects
- Assembly
- Svg.dll
Note: this is not used in calculations to bitmap - used only to allow for svg xml output
[SvgElement("feOffset")]
public class SvgOffset : SvgFilterPrimitive, ISvgTransformable, ICloneable, ISvgNode
- Inheritance
-
SvgOffset
- Implements
- Inherited Members
- Extension Methods
Properties
Dx
The amount to offset the input graphic along the x-axis. The offset amount is expressed in the coordinate system established by attribute 'primitiveUnits' on the 'filter' element. If the attribute is not specified, then the effect is as if a value of 0 were specified. Note: this is not used in calculations to bitmap - used only to allow for svg xml output
public SvgUnit Dx { get; set; }
Property Value
Dy
The amount to offset the input graphic along the y-axis. The offset amount is expressed in the coordinate system established by attribute 'primitiveUnits' on the 'filter' element. If the attribute is not specified, then the effect is as if a value of 0 were specified. Note: this is not used in calculations to bitmap - used only to allow for svg xml output
public SvgUnit Dy { get; set; }
Property Value
Methods
DeepCopy()
public override SvgElement DeepCopy()
Returns
Process(ImageBuffer)
public override void Process(ImageBuffer buffer)
Parameters
buffer
ImageBuffer