New to Telerik UI for WinFormsStart a free 30-day trial

This class supports the TPF internal infrastructure and is not intended to be used directly from your code.

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

C#
public class FillRepository : IDisposable

Inheritance: objectFillRepository

Implements: IDisposable

Fields

PaintBuffers

Dictionary<Size, Dictionary<int, Bitmap>>

C#
public Dictionary<Size, Dictionary<int, Bitmap>> PaintBuffers

Properties

C#
public bool DisableBitmapCache { get; set; }

Methods

C#
protected ~FillRepository()
C#
public void AddNewBitmap(Size size, int hash, Bitmap bitmap)
Parameters:sizeSizehashintbitmapBitmap
C#
public void Dispose()

Implements: IDisposable.Dispose()

C#
protected virtual void Dispose(bool disposing)
Parameters:disposingbool
C#
public Bitmap GetBitmapBySizeAndHash(Size size, int hash)
Parameters:sizeSizehashintReturns:

Bitmap

C#
public Dictionary<int, Bitmap> GetBuffersBySize(Size size)
Parameters:sizeSizeReturns:

Dictionary<int, Bitmap>

C#
public void RemoveBitmapsBySize(Size size)
Parameters:sizeSize