Search Results for

    Show / Hide Table of Contents

    Class ImageBuffer

    Inheritance
    Object
    Dictionary<System.String, Bitmap>
    ImageBuffer
    Implements
    System.Collections.Generic.IDictionary<System.String, Bitmap>
    ICollection<System.Collections.Generic.KeyValuePair<System.String, Bitmap>>
    IReadOnlyDictionary<System.String, Bitmap>
    IReadOnlyCollection<System.Collections.Generic.KeyValuePair<System.String, Bitmap>>
    IEnumerable<System.Collections.Generic.KeyValuePair<System.String, Bitmap>>
    IDictionary
    ICollection
    System.Collections.IEnumerable
    IDeserializationCallback
    ISerializable
    System.IDisposable
    Inherited Members
    System.Collections.Generic.Dictionary<System.String, Bitmap>.System.Collections.IDictionary.get_Item(System.Object)
    System.Collections.Generic.Dictionary<System.String, Bitmap>.System.Collections.IDictionary.set_Item(System.Object, System.Object)
    Dictionary<String, Bitmap>.Add(String, Bitmap)
    Dictionary<String, Bitmap>.Clear()
    Dictionary<String, Bitmap>.ContainsKey(String)
    Dictionary<String, Bitmap>.ContainsValue(Bitmap)
    Dictionary<String, Bitmap>.EnsureCapacity(Int32)
    System.Collections.Generic.Dictionary<System.String, Bitmap>.GetEnumerator()
    Dictionary<String, Bitmap>.OnDeserialization(Object)
    Dictionary<String, Bitmap>.Remove(String)
    Dictionary<String, Bitmap>.Remove(String, Bitmap)
    System.Collections.Generic.Dictionary<System.String, Bitmap>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, Bitmap>>.Add(System.Collections.Generic.KeyValuePair<System.String, Bitmap>)
    System.Collections.Generic.Dictionary<System.String, Bitmap>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, Bitmap>>.Contains(System.Collections.Generic.KeyValuePair<System.String, Bitmap>)
    System.Collections.Generic.Dictionary<System.String, Bitmap>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, Bitmap>>.CopyTo(System.Collections.Generic.KeyValuePair<System.String, Bitmap>[], System.Int32)
    System.Collections.Generic.Dictionary<System.String, Bitmap>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, Bitmap>>.Remove(System.Collections.Generic.KeyValuePair<System.String, Bitmap>)
    System.Collections.Generic.Dictionary<System.String, Bitmap>.System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String, Bitmap>>.GetEnumerator()
    System.Collections.Generic.Dictionary<System.String, Bitmap>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
    System.Collections.Generic.Dictionary<System.String, Bitmap>.System.Collections.IDictionary.Add(System.Object, System.Object)
    System.Collections.Generic.Dictionary<System.String, Bitmap>.System.Collections.IDictionary.Contains(System.Object)
    Dictionary<String, Bitmap>.IDictionary.GetEnumerator()
    System.Collections.Generic.Dictionary<System.String, Bitmap>.System.Collections.IDictionary.Remove(System.Object)
    Dictionary<String, Bitmap>.IEnumerable.GetEnumerator()
    Dictionary<String, Bitmap>.TrimExcess()
    System.Collections.Generic.Dictionary<System.String, Bitmap>.TrimExcess(System.Int32)
    Dictionary<String, Bitmap>.TryAdd(String, Bitmap)
    System.Collections.Generic.Dictionary<System.String, Bitmap>.TryGetValue(System.String, Bitmap)
    Dictionary<String, Bitmap>.Comparer
    Dictionary<String, Bitmap>.Count
    Dictionary<String, Bitmap>.Item[String]
    Dictionary<String, Bitmap>.Keys
    System.Collections.Generic.Dictionary<System.String, Bitmap>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, Bitmap>>.IsReadOnly
    System.Collections.Generic.Dictionary<System.String, Bitmap>.System.Collections.Generic.IDictionary<System.String, Bitmap>.Keys
    System.Collections.Generic.Dictionary<System.String, Bitmap>.System.Collections.Generic.IDictionary<System.String, Bitmap>.Values
    System.Collections.Generic.Dictionary<System.String, Bitmap>.System.Collections.Generic.IReadOnlyDictionary<System.String, Bitmap>.Keys
    System.Collections.Generic.Dictionary<System.String, Bitmap>.System.Collections.Generic.IReadOnlyDictionary<System.String, Bitmap>.Values
    Dictionary<String, Bitmap>.ICollection.IsSynchronized
    Dictionary<String, Bitmap>.ICollection.SyncRoot
    Dictionary<String, Bitmap>.IDictionary.IsFixedSize
    Dictionary<String, Bitmap>.IDictionary.IsReadOnly
    System.Collections.Generic.Dictionary<System.String, Bitmap>.System.Collections.IDictionary.Item[System.Object]
    Dictionary<String, Bitmap>.IDictionary.Keys
    Dictionary<String, Bitmap>.IDictionary.Values
    Dictionary<String, Bitmap>.Values
    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
    public class ImageBuffer : Dictionary<string, Bitmap>, IDictionary<string, Bitmap>, ICollection<KeyValuePair<string, Bitmap>>, IReadOnlyDictionary<string, Bitmap>, IReadOnlyCollection<KeyValuePair<string, Bitmap>>, IEnumerable<KeyValuePair<string, Bitmap>>, IDictionary, ICollection, IEnumerable, IDeserializationCallback, ISerializable, IDisposable

    Constructors

    | Improve this Doc View Source

    ImageBuffer(RectangleF, Single, ISvgRenderer, Action<ISvgRenderer>)

    Declaration
    public ImageBuffer(RectangleF bounds, float inflate, ISvgRenderer renderer, Action<ISvgRenderer> renderMethod)
    Parameters
    Type Name Description
    RectangleF bounds
    Single inflate
    ISvgRenderer renderer
    Action<ISvgRenderer> renderMethod

    Properties

    | Improve this Doc View Source

    Buffer

    Declaration
    public Bitmap Buffer { get; }
    Property Value
    Type Description
    Bitmap
    | Improve this Doc View Source

    Item[String]

    Declaration
    public Bitmap this[string key] { get; set; }
    Parameters
    Type Name Description
    System.String key
    Property Value
    Type Description
    Bitmap
    | Improve this Doc View Source

    Transform

    Declaration
    public Matrix Transform { get; set; }
    Property Value
    Type Description
    Matrix

    Methods

    | Improve this Doc View Source

    Add(String, Bitmap)

    Declaration
    public void Add(string key, Bitmap value)
    Parameters
    Type Name Description
    System.String key
    Bitmap value
    | Improve this Doc View Source

    Clear()

    Declaration
    public void Clear()
    | Improve this Doc View Source

    ContainsKey(String)

    Declaration
    public bool ContainsKey(string key)
    Parameters
    Type Name Description
    System.String key
    Returns
    Type Description
    Boolean
    | Improve this Doc View Source

    Dispose()

    Declaration
    public void Dispose()
    | Improve this Doc View Source

    Remove(String)

    Declaration
    public bool Remove(string key)
    Parameters
    Type Name Description
    System.String key
    Returns
    Type Description
    Boolean
    | Improve this Doc View Source

    TryGetValue(String, out Bitmap)

    Declaration
    public bool TryGetValue(string key, out Bitmap value)
    Parameters
    Type Name Description
    System.String key
    Bitmap value
    Returns
    Type Description
    Boolean

    Implements

    System.Collections.Generic.IDictionary<TKey, TValue>
    System.Collections.Generic.ICollection<T>
    System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>
    System.Collections.Generic.IReadOnlyCollection<T>
    System.Collections.Generic.IEnumerable<T>
    System.Collections.IDictionary
    System.Collections.ICollection
    System.Collections.IEnumerable
    System.Runtime.Serialization.IDeserializationCallback
    System.Runtime.Serialization.ISerializable
    System.IDisposable
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX