Show / Hide Table of Contents

    Interface IXamlStyleRenderer

    Namespace: Mapsui.Rendering.Xaml.XamlStyles
    Assembly: Mapsui.Rendering.Xaml.dll
    Syntax
    public interface IXamlStyleRenderer : IStyleRenderer

    Methods

    | Improve this Doc View Source

    Draw(Canvas, IReadOnlyViewport, ILayer, IFeature, IStyle, ISymbolCache)

    Drawing function for special styles

    Declaration
    bool Draw(Canvas canvas, IReadOnlyViewport viewport, ILayer layer, IFeature feature, IStyle style, ISymbolCache symbolCache)
    Parameters
    Type Name Description
    Canvas canvas

    Canvas for drawing

    IReadOnlyViewport viewport

    Active viewport for this drawing operation

    ILayer layer

    Layer that contains feature

    IFeature feature

    Feature to draw

    IStyle style

    Style to draw

    ISymbolCache symbolCache

    SymbolCache for ready rendered bitmaps

    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX