Class FillRepository
This class supports the TPF internal infrastructure and is not intended to be used directly from your code.
Inheritance
System.Object
FillRepository
Inherited Members
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
Assembly: Telerik.WinControls.dll
Syntax
public class FillRepository : IDisposable
Fields
PaintBuffers
Declaration
public Dictionary<Size, Dictionary<int, Bitmap>> PaintBuffers
Field Value
|
System.Collections.Generic.Dictionary<System.Drawing.Size, System.Collections.Generic.Dictionary<System.Int32, System.Drawing.Bitmap>>
|
Properties
DisableBitmapCache
Declaration
public bool DisableBitmapCache { get; set; }
Property Value
|
System.Boolean
|
Methods
AddNewBitmap(Size, Int32, Bitmap)
Declaration
public void AddNewBitmap(Size size, int hash, Bitmap bitmap)
Parameters
|
System.Drawing.Size
size
|
|
System.Int32
hash
|
|
System.Drawing.Bitmap
bitmap
|
Dispose()
Declaration
public void Dispose()
Implements
System.IDisposable.Dispose()
Dispose(Boolean)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
|
System.Boolean
disposing
|
Finalize()
Declaration
protected void Finalize()
GetBitmapBySizeAndHash(Size, Int32)
Declaration
public Bitmap GetBitmapBySizeAndHash(Size size, int hash)
Parameters
|
System.Drawing.Size
size
|
|
System.Int32
hash
|
Returns
|
System.Drawing.Bitmap
|
GetBuffersBySize(Size)
Declaration
public Dictionary<int, Bitmap> GetBuffersBySize(Size size)
Parameters
|
System.Drawing.Size
size
|
Returns
|
System.Collections.Generic.Dictionary<System.Int32, System.Drawing.Bitmap>
|
RemoveBitmapsBySize(Size)
Declaration
public void RemoveBitmapsBySize(Size size)
Parameters
|
System.Drawing.Size
size
|