Search Results for

    Show / Hide Table of Contents

    Class CalloutStyleRenderer

    Inheritance
    object
    CalloutStyleRenderer
    Implements
    ISkiaStyleRenderer
    IStyleRenderer
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Mapsui.Rendering.Skia
    Assembly: Mapsui.Rendering.Skia.dll
    Syntax
    public class CalloutStyleRenderer : ISkiaStyleRenderer, IStyleRenderer

    Methods

    | Edit this page View Source

    CreateCalloutContent(CalloutStyle, RenderService)

    Update content for single and detail

    Declaration
    public static SKPicture CreateCalloutContent(CalloutStyle callout, RenderService renderService)
    Parameters
    Type Name Description
    CalloutStyle callout
    RenderService renderService
    Returns
    Type Description
    SKPicture
    | Edit this page View Source

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

    Drawing function for special styles

    Declaration
    public bool Draw(SKCanvas canvas, Viewport viewport, ILayer layer, IFeature feature, IStyle style, RenderService renderService, 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.

    RenderService renderService

    RenderService to provide caches and such.

    long iteration
    Returns
    Type Description
    bool

    Implements

    ISkiaStyleRenderer
    IStyleRenderer

    Extension Methods

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