Note: this is not used in calculations to bitmap - used only to allow for svg xml output
[SvgElement("feOffset")]
public class SvgOffset : SvgFilterPrimitive, ISvgElement, ISvgTransformable, ICloneable, ISvgNode
kind:method, kind:property, kind:ctor. Press Esc to clear.DxThe 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 outputDyThe 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