[]
Represents a cache used to speed up rendering.
An instance of this class can be passed to Draw(GcGraphics, RectangleF, ViewState, bool, bool, RenderingCache, bool, DrawAnnotationFilterCallback), DrawAnnotations(GcGraphics, RectangleF, RenderingCache), DrawAnnotations(GcGraphics, RectangleF, IList<AnnotationBase>, ViewState, RenderingCache, bool, DrawAnnotationFilterCallback) methods to improve the rendering speed.
public class RenderingCache : IDisposable
Public Class RenderingCache
Implements IDisposable
Name | Description |
---|---|
RenderingCache(int) | Initializes a new instance of the RenderingCache class. |
Name | Description |
---|---|
MemoryLimit | Gets the maximum amount of memory that can be used by this cache, in megabytes. |
Name | Description |
---|---|
Dispose() | Disposes the object. |