Search Results for

    Show / Hide Table of Contents

    Class SvgConvolveMatrix

    Inheritance
    Object
    SvgElement
    SvgFilterPrimitive
    SvgConvolveMatrix
    Implements
    ISvgTransformable
    ICloneable
    ISvgNode
    Inherited Members
    SvgFilterPrimitive.SourceGraphic
    SvgFilterPrimitive.SourceAlpha
    SvgFilterPrimitive.BackgroundImage
    SvgFilterPrimitive.BackgroundAlpha
    SvgFilterPrimitive.FillPaint
    SvgFilterPrimitive.StrokePaint
    SvgFilterPrimitive.X
    SvgFilterPrimitive.Y
    SvgFilterPrimitive.Width
    SvgFilterPrimitive.Height
    SvgFilterPrimitive.Input
    SvgFilterPrimitive.Result
    SvgFilterPrimitive.Owner
    SvgElement.AddStyle(String, String, Int32)
    SvgElement.FlushStyles(Boolean)
    SvgElement.ContainsAttribute(String)
    SvgElement.TryGetAttribute(String, String)
    SvgElement.HttpClient
    SvgElement.Namespaces
    SvgElement.ElementNamespace
    SvgElement.ElementName
    SvgElement.Color
    SvgElement.Content
    SvgElement.Events
    SvgElement.Load
    SvgElement.Children
    SvgElement.Nodes
    SvgElement.Descendants()
    SvgElement.HasChildren()
    SvgElement.Parent
    SvgElement.Parents
    SvgElement.ParentsAndSelf
    SvgElement.OwnerDocument
    SvgElement.Attributes
    SvgElement.Writing
    SvgElement.GetAttribute<TAttributeType>(String, Boolean, TAttributeType)
    SvgElement.CustomAttributes
    SvgElement.Transforms
    SvgElement.ID
    SvgElement.SpaceHandling
    SvgElement.SetAndForceUniqueID(String, Boolean, Action<SvgElement, String, String>)
    SvgElement.AddElement(SvgElement, Int32)
    SvgElement.ChildAdded
    SvgElement.RemoveElement(SvgElement)
    SvgElement.InitialiseFromXML(XmlReader, SvgDocument)
    SvgElement.ShouldWriteElement()
    SvgElement.WriteStartElement(XmlWriter)
    SvgElement.WriteEndElement(XmlWriter)
    SvgElement.WriteAttributes(XmlWriter)
    SvgElement.AutoPublishEvents
    SvgElement.Write(XmlWriter)
    SvgElement.WriteChildren(XmlWriter)
    SvgElement.Clone()
    SvgElement.ISvgNode.DeepCopy()
    SvgElement.DeepCopy<T>()
    SvgElement.AttributeChanged
    SvgElement.OnAttributeChanged(AttributeEventArgs)
    SvgElement.ContentChanged
    SvgElement.OnContentChanged(ContentEventArgs)
    SvgElement.RegisterEvents(ISvgEventCaller)
    SvgElement.UnregisterEvents(ISvgEventCaller)
    SvgElement.Click
    SvgElement.MouseDown
    SvgElement.MouseUp
    SvgElement.MouseMove
    SvgElement.MouseScroll
    SvgElement.MouseOver
    SvgElement.MouseOut
    SvgElement.CreateMouseEventAction(Action<Object, MouseArg>)
    SvgElement.RaiseMouseClick(Object, MouseArg)
    SvgElement.RaiseMouseDown(Object, MouseArg)
    SvgElement.RaiseMouseUp(Object, MouseArg)
    SvgElement.RaiseMouseMove(Object, MouseArg)
    SvgElement.RaiseMouseOver(Object, MouseArg)
    SvgElement.RaiseMouseOut(Object, MouseArg)
    SvgElement.OnMouseScroll(Int32, Boolean, Boolean, Boolean, String)
    SvgElement.RaiseMouseScroll(Object, MouseScrollArg)
    SvgElement.PushTransforms(ISvgRenderer)
    SvgElement.PopTransforms(ISvgRenderer)
    SvgElement.ISvgTransformable.PushTransforms(ISvgRenderer)
    SvgElement.ISvgTransformable.PopTransforms(ISvgRenderer)
    SvgElement.TransformedBounds(RectangleF)
    SvgElement.RenderElement(ISvgRenderer)
    SvgElement.Render(ISvgRenderer)
    SvgElement.RenderChildren(ISvgRenderer)
    SvgElement.AddPaths(SvgElement, GraphicsPath)
    SvgElement.GetPaths(SvgElement, ISvgRenderer)
    SvgElement.IsPathDirty
    SvgElement.InvalidateChildPaths()
    SvgElement.FixOpacityValue(Single)
    SvgElement.Fill
    SvgElement.Stroke
    SvgElement.FillRule
    SvgElement.FillOpacity
    SvgElement.StrokeWidth
    SvgElement.StrokeLineCap
    SvgElement.StrokeLineJoin
    SvgElement.StrokeMiterLimit
    SvgElement.StrokeDashArray
    SvgElement.StrokeDashOffset
    SvgElement.StrokeOpacity
    SvgElement.Opacity
    SvgElement.ShapeRendering
    SvgElement.ColorInterpolation
    SvgElement.ColorInterpolationFilters
    SvgElement.Visibility
    SvgElement.Display
    SvgElement.TextAnchor
    SvgElement.BaselineShift
    SvgElement.FontFamily
    SvgElement.FontSize
    SvgElement.FontStyle
    SvgElement.FontVariant
    SvgElement.TextDecoration
    SvgElement.FontWeight
    SvgElement.FontStretch
    SvgElement.TextTransformation
    SvgElement.Font
    SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager)
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Svg.FilterEffects
    Assembly: Svg.dll
    Syntax
    [SvgElement("feConvolveMatrix")]
    public class SvgConvolveMatrix : SvgFilterPrimitive, ISvgTransformable, ICloneable, ISvgNode

    Properties

    | Improve this Doc View Source

    Bias

    Declaration
    public float Bias { get; set; }
    Property Value
    Type Description
    Single
    | Improve this Doc View Source

    Divisor

    Declaration
    public float Divisor { get; set; }
    Property Value
    Type Description
    Single
    | Improve this Doc View Source

    EdgeMode

    Declaration
    public SvgEdgeMode EdgeMode { get; set; }
    Property Value
    Type Description
    SvgEdgeMode
    | Improve this Doc View Source

    KernelMatrix

    Declaration
    public SvgNumberCollection KernelMatrix { get; set; }
    Property Value
    Type Description
    SvgNumberCollection
    | Improve this Doc View Source

    KernelUnitLength

    Declaration
    public SvgNumberCollection KernelUnitLength { get; set; }
    Property Value
    Type Description
    SvgNumberCollection
    | Improve this Doc View Source

    Order

    Declaration
    public SvgNumberCollection Order { get; set; }
    Property Value
    Type Description
    SvgNumberCollection
    | Improve this Doc View Source

    PreserveAlpha

    Declaration
    public bool PreserveAlpha { get; set; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    TargetX

    Declaration
    public int TargetX { get; set; }
    Property Value
    Type Description
    Int32
    | Improve this Doc View Source

    TargetY

    Declaration
    public int TargetY { get; set; }
    Property Value
    Type Description
    Int32

    Methods

    | Improve this Doc View Source

    DeepCopy()

    Declaration
    public override SvgElement DeepCopy()
    Returns
    Type Description
    SvgElement
    Overrides
    SvgElement.DeepCopy()
    | Improve this Doc View Source

    Process(ImageBuffer)

    Declaration
    public override void Process(ImageBuffer buffer)
    Parameters
    Type Name Description
    ImageBuffer buffer
    Overrides
    SvgFilterPrimitive.Process(ImageBuffer)

    Implements

    ISvgTransformable
    System.ICloneable
    ISvgNode

    Extension Methods

    SvgExtentions.GetXML(SvgElement)
    SvgExtentions.HasNonEmptyCustomAttribute(SvgElement, String)
    SvgExtentions.ApplyRecursive(SvgElement, Action<SvgElement>)
    SvgExtentions.ApplyRecursiveDepthFirst(SvgElement, Action<SvgElement>)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX