Class RenderService
Inheritance
RenderService
Assembly: Mapsui.dll
Syntax
public sealed class RenderService : IDisposable
Constructors
|
Edit this page
View Source
RenderService(int)
Declaration
public RenderService(int vectorCacheCapacity = 30000)
Parameters
| Type |
Name |
Description |
| int |
vectorCacheCapacity |
|
Properties
|
Edit this page
View Source
DrawableImageCache
Declaration
public DrawableImageCache DrawableImageCache { get; }
Property Value
|
Edit this page
View Source
ImageSourceCache
Declaration
public ImageSourceCache ImageSourceCache { get; }
Property Value
|
Edit this page
View Source
TileCache
Declaration
public TileCache TileCache { get; }
Property Value
|
Edit this page
View Source
VectorCache
Declaration
public VectorCache VectorCache { get; }
Property Value
Methods
|
Edit this page
View Source
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
Implements
Extension Methods