Show / Hide Table of Contents

    Class CalloutStyleRenderer

    Inheritance
    System.Object
    Style
    VectorStyle
    ImageStyle
    SymbolStyle
    CalloutStyleRenderer
    Implements
    IStyle
    Inherited Members
    SymbolStyle.DefaultWidth
    SymbolStyle.DefaultHeight
    SymbolStyle.SymbolType
    SymbolStyle.Equals(Object)
    SymbolStyle.Equals(SymbolStyle)
    SymbolStyle.GetHashCode()
    ImageStyle.UnitType
    ImageStyle.SymbolRotation
    ImageStyle.BitmapId
    ImageStyle.RotateWithMap
    ImageStyle.SymbolScale
    ImageStyle.SymbolOffset
    VectorStyle.Line
    VectorStyle.Outline
    VectorStyle.Fill
    VectorStyle.Equals(VectorStyle)
    Style.MinVisible
    Style.MaxVisible
    Style.Enabled
    Style.Opacity
    Style.Equals(Style)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Mapsui.Rendering.Skia
    Assembly: Mapsui.Rendering.Skia.dll
    Syntax
    public class CalloutStyleRenderer : SymbolStyle, IStyle

    Methods

    | Improve this Doc View Source

    Draw(SKCanvas, IReadOnlyViewport, Single, Point, CalloutStyle)

    Declaration
    public static void Draw(SKCanvas canvas, IReadOnlyViewport viewport, float opacity, Point destination, CalloutStyle calloutStyle)
    Parameters
    Type Name Description
    SkiaSharp.SKCanvas canvas
    IReadOnlyViewport viewport
    System.Single opacity
    Point destination
    CalloutStyle calloutStyle
    | Improve this Doc View Source

    RenderCallout(CalloutStyle)

    Declaration
    public static void RenderCallout(CalloutStyle callout)
    Parameters
    Type Name Description
    CalloutStyle callout
    | Improve this Doc View Source

    ToSkia(Color)

    Convert Mapsui color to Skia color

    Declaration
    public SKColor ToSkia(Color color)
    Parameters
    Type Name Description
    Color color

    Color in Mapsui format

    Returns
    Type Description
    SkiaSharp.SKColor

    Color in Skia format

    | Improve this Doc View Source

    UpdateContent(CalloutStyle)

    Update content for single and detail

    Declaration
    public static void UpdateContent(CalloutStyle callout)
    Parameters
    Type Name Description
    CalloutStyle callout

    Implements

    IStyle
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX