FillRepository
Class
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:
Fields
C#
public Dictionary<Size, Dictionary<int, Bitmap>> PaintBuffers
Properties
C#
public bool DisableBitmapCache { get; set; }
Methods
C#
protected ~FillRepository()
C#
public void Dispose()
Implements: