Class ImageBuffer
Inheritance
System.Object
System.Collections.Generic.Dictionary<System.String, System.Drawing.Bitmap>
ImageBuffer
Inherited Members
System.Collections.Generic.Dictionary<System.String, System.Drawing.Bitmap>.Add(System.String, System.Drawing.Bitmap)
System.Collections.Generic.Dictionary<System.String, System.Drawing.Bitmap>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, System.Drawing.Bitmap>>.Add(System.Collections.Generic.KeyValuePair<System.String, System.Drawing.Bitmap>)
System.Collections.Generic.Dictionary<System.String, System.Drawing.Bitmap>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, System.Drawing.Bitmap>>.Contains(System.Collections.Generic.KeyValuePair<System.String, System.Drawing.Bitmap>)
System.Collections.Generic.Dictionary<System.String, System.Drawing.Bitmap>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, System.Drawing.Bitmap>>.Remove(System.Collections.Generic.KeyValuePair<System.String, System.Drawing.Bitmap>)
System.Collections.Generic.Dictionary<System.String, System.Drawing.Bitmap>.Clear()
System.Collections.Generic.Dictionary<System.String, System.Drawing.Bitmap>.ContainsKey(System.String)
System.Collections.Generic.Dictionary<System.String, System.Drawing.Bitmap>.ContainsValue(System.Drawing.Bitmap)
System.Collections.Generic.Dictionary<System.String, System.Drawing.Bitmap>.GetEnumerator()
System.Collections.Generic.Dictionary<System.String, System.Drawing.Bitmap>.System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String, System.Drawing.Bitmap>>.GetEnumerator()
System.Collections.Generic.Dictionary<System.String, System.Drawing.Bitmap>.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Collections.Generic.Dictionary<System.String, System.Drawing.Bitmap>.OnDeserialization(System.Object)
System.Collections.Generic.Dictionary<System.String, System.Drawing.Bitmap>.Remove(System.String)
System.Collections.Generic.Dictionary<System.String, System.Drawing.Bitmap>.TryGetValue(System.String, System.Drawing.Bitmap)
System.Collections.Generic.Dictionary<System.String, System.Drawing.Bitmap>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, System.Drawing.Bitmap>>.CopyTo(System.Collections.Generic.KeyValuePair<System.String, System.Drawing.Bitmap>[], System.Int32)
System.Collections.Generic.Dictionary<System.String, System.Drawing.Bitmap>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.Generic.Dictionary<System.String, System.Drawing.Bitmap>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.Generic.Dictionary<System.String, System.Drawing.Bitmap>.System.Collections.IDictionary.get_Item(System.Object)
System.Collections.Generic.Dictionary<System.String, System.Drawing.Bitmap>.System.Collections.IDictionary.set_Item(System.Object, System.Object)
System.Collections.Generic.Dictionary<System.String, System.Drawing.Bitmap>.System.Collections.IDictionary.Add(System.Object, System.Object)
System.Collections.Generic.Dictionary<System.String, System.Drawing.Bitmap>.System.Collections.IDictionary.Contains(System.Object)
System.Collections.Generic.Dictionary<System.String, System.Drawing.Bitmap>.System.Collections.IDictionary.GetEnumerator()
System.Collections.Generic.Dictionary<System.String, System.Drawing.Bitmap>.System.Collections.IDictionary.Remove(System.Object)
System.Collections.Generic.Dictionary<System.String, System.Drawing.Bitmap>.Comparer
System.Collections.Generic.Dictionary<System.String, System.Drawing.Bitmap>.Count
System.Collections.Generic.Dictionary<System.String, System.Drawing.Bitmap>.Keys
System.Collections.Generic.Dictionary<System.String, System.Drawing.Bitmap>.System.Collections.Generic.IDictionary<System.String, System.Drawing.Bitmap>.Keys
System.Collections.Generic.Dictionary<System.String, System.Drawing.Bitmap>.System.Collections.Generic.IReadOnlyDictionary<System.String, System.Drawing.Bitmap>.Keys
System.Collections.Generic.Dictionary<System.String, System.Drawing.Bitmap>.Values
System.Collections.Generic.Dictionary<System.String, System.Drawing.Bitmap>.System.Collections.Generic.IDictionary<System.String, System.Drawing.Bitmap>.Values
System.Collections.Generic.Dictionary<System.String, System.Drawing.Bitmap>.System.Collections.Generic.IReadOnlyDictionary<System.String, System.Drawing.Bitmap>.Values
System.Collections.Generic.Dictionary<System.String, System.Drawing.Bitmap>.Item[System.String]
System.Collections.Generic.Dictionary<System.String, System.Drawing.Bitmap>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, System.Drawing.Bitmap>>.IsReadOnly
System.Collections.Generic.Dictionary<System.String, System.Drawing.Bitmap>.System.Collections.ICollection.IsSynchronized
System.Collections.Generic.Dictionary<System.String, System.Drawing.Bitmap>.System.Collections.ICollection.SyncRoot
System.Collections.Generic.Dictionary<System.String, System.Drawing.Bitmap>.System.Collections.IDictionary.IsFixedSize
System.Collections.Generic.Dictionary<System.String, System.Drawing.Bitmap>.System.Collections.IDictionary.IsReadOnly
System.Collections.Generic.Dictionary<System.String, System.Drawing.Bitmap>.System.Collections.IDictionary.Keys
System.Collections.Generic.Dictionary<System.String, System.Drawing.Bitmap>.System.Collections.IDictionary.Values
System.Collections.Generic.Dictionary<System.String, System.Drawing.Bitmap>.System.Collections.IDictionary.Item[System.Object]
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.Svg.FilterEffects
Assembly: TelerikCommon.dll
Syntax
public class ImageBuffer : Dictionary<string, Bitmap>, IDictionary<string, Bitmap>, ICollection<KeyValuePair<string, Bitmap>>, IDictionary, ICollection, IReadOnlyDictionary<string, Bitmap>, IReadOnlyCollection<KeyValuePair<string, Bitmap>>, IEnumerable<KeyValuePair<string, Bitmap>>, IEnumerable, ISerializable, IDeserializationCallback, IDisposable
Constructors
ImageBuffer(RectangleF, Single, ISvgRenderer, Action<ISvgRenderer>)
Declaration
public ImageBuffer(RectangleF bounds, float inflate, ISvgRenderer renderer, Action<ISvgRenderer> renderMethod)
Parameters
System.Drawing.RectangleF
bounds
|
System.Single
inflate
|
ISvgRenderer
renderer
|
System.Action<ISvgRenderer>
renderMethod
|
Properties
Buffer
Declaration
public Bitmap Buffer { get; }
Property Value
System.Drawing.Bitmap
|
Item[String]
Declaration
public Bitmap this[string key] { get; set; }
Parameters
System.String
key
|
Property Value
System.Drawing.Bitmap
|
Transform
Declaration
public Matrix Transform { get; set; }
Property Value
System.Drawing.Drawing2D.Matrix
|
Methods
Add(String, Bitmap)
Declaration
public void Add(string key, Bitmap value)
Parameters
System.String
key
|
System.Drawing.Bitmap
value
|
Clear()
Declaration
public void Clear()
ContainsKey(String)
Declaration
public bool ContainsKey(string key)
Parameters
System.String
key
|
Returns
System.Boolean
|
Dispose()
Declaration
public void Dispose()
Implements
System.IDisposable.Dispose()
Remove(String)
Declaration
public bool Remove(string key)
Parameters
System.String
key
|
Returns
System.Boolean
|
TryGetValue(String, out Bitmap)
Declaration
public bool TryGetValue(string key, out Bitmap value)
Parameters
System.String
key
|
System.Drawing.Bitmap
value
|
Returns
System.Boolean
|