Show / Hide Table of Contents

    Interface IRenderer

    Inherited Members
    IRenderInfo.GetMapInfo(Double, Double, IReadOnlyViewport, IEnumerable<ILayer>, Int32)
    IRenderInfo.GetMapInfo(Point, IReadOnlyViewport, IEnumerable<ILayer>, Int32)
    Namespace: Mapsui.Rendering
    Assembly: Mapsui.dll
    Syntax
    public interface IRenderer : IRenderInfo

    Properties

    | Improve this Doc View Source

    StyleRenderers

    Declaration
    IDictionary<Type, IStyleRenderer> StyleRenderers { get; }
    Property Value
    Type Description
    System.Collections.Generic.IDictionary<System.Type, IStyleRenderer>
    | Improve this Doc View Source

    SymbolCache

    Declaration
    ISymbolCache SymbolCache { get; }
    Property Value
    Type Description
    ISymbolCache
    | Improve this Doc View Source

    WidgetRenders

    Declaration
    IDictionary<Type, IWidgetRenderer> WidgetRenders { get; }
    Property Value
    Type Description
    System.Collections.Generic.IDictionary<System.Type, IWidgetRenderer>

    Methods

    | Improve this Doc View Source

    Render(Object, IReadOnlyViewport, IEnumerable<ILayer>, IEnumerable<IWidget>, Color)

    Declaration
    void Render(object target, IReadOnlyViewport viewport, IEnumerable<ILayer> layers, IEnumerable<IWidget> widgets, Color background = null)
    Parameters
    Type Name Description
    System.Object target
    IReadOnlyViewport viewport
    System.Collections.Generic.IEnumerable<ILayer> layers
    System.Collections.Generic.IEnumerable<IWidget> widgets
    Color background
    | Improve this Doc View Source

    RenderToBitmapStream(IReadOnlyViewport, IEnumerable<ILayer>, Color, Single)

    Declaration
    MemoryStream RenderToBitmapStream(IReadOnlyViewport viewport, IEnumerable<ILayer> layers, Color background = null, float pixelDensity = 1F)
    Parameters
    Type Name Description
    IReadOnlyViewport viewport
    System.Collections.Generic.IEnumerable<ILayer> layers
    Color background
    System.Single pixelDensity
    Returns
    Type Description
    System.IO.MemoryStream
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX