Search Results for

    Show / Hide Table of Contents

    Interface ISkiaStyleRenderer

    Namespace: Mapsui.Rendering.Skia.SkiaStyles
    Assembly: Mapsui.Rendering.Skia.dll
    Syntax
    public interface ISkiaStyleRenderer : IStyleRenderer

    Methods

    | Edit this page View Source

    Draw(SKCanvas, Viewport, ILayer, IFeature, IStyle, IRenderCache, long)

    Drawing function for special styles

    Declaration
    bool Draw(SKCanvas canvas, Viewport viewport, ILayer layer, IFeature feature, IStyle style, IRenderCache renderCache, long iteration)
    Parameters
    Type Name Description
    SKCanvas canvas

    SKCanvas for drawing.

    Viewport viewport

    Active viewport for this drawing operation.

    ILayer layer

    Layer that contains feature.

    IFeature feature

    Feature to draw.

    IStyle style

    Style to draw.

    IRenderCache renderCache

    SymbolCache for ready rendered bitmaps.

    long iteration
    Returns
    Type Description
    bool
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX