Search Results for

    Show / Hide Table of Contents

    Class RenderService

    Inheritance
    object
    RenderService
    Implements
    IDisposable
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Mapsui.Rendering
    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
    Type Description
    DrawableImageCache
    | Edit this page View Source

    ImageSourceCache

    Declaration
    public ImageSourceCache ImageSourceCache { get; }
    Property Value
    Type Description
    ImageSourceCache
    | Edit this page View Source

    TileCache

    Declaration
    public TileCache TileCache { get; }
    Property Value
    Type Description
    TileCache
    | Edit this page View Source

    VectorCache

    Declaration
    public VectorCache VectorCache { get; }
    Property Value
    Type Description
    VectorCache

    Methods

    | Edit this page View Source

    Dispose()

    Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

    Declaration
    public void Dispose()

    Implements

    IDisposable

    Extension Methods

    DisposableExtension.DisposeIfDisposable(object?)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX