Show / Hide Table of Contents

    Class SymbolStyleRenderer

    Inheritance
    System.Object
    SymbolStyleRenderer
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    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 SymbolStyleRenderer

    Methods

    | Improve this Doc View Source

    Draw(SKCanvas, SymbolStyle, Point, Single, SymbolType, Double)

    Declaration
    public static void Draw(SKCanvas canvas, SymbolStyle style, Point destination, float opacity, SymbolType symbolType, double mapRotation)
    Parameters
    Type Name Description
    SkiaSharp.SKCanvas canvas
    SymbolStyle style
    Point destination
    System.Single opacity
    SymbolType symbolType
    System.Double mapRotation
    | Improve this Doc View Source

    Draw(SKCanvas, VectorStyle, Point, Single, SymbolType)

    Declaration
    public static void Draw(SKCanvas canvas, VectorStyle vectorStyle, Point destination, float opacity, SymbolType symbolType)
    Parameters
    Type Name Description
    SkiaSharp.SKCanvas canvas
    VectorStyle vectorStyle
    Point destination
    System.Single opacity
    SymbolType symbolType
    | Improve this Doc View Source

    Draw(SKCanvas, VectorStyle, Single, SymbolType)

    Declaration
    public static void Draw(SKCanvas canvas, VectorStyle vectorStyle, float opacity, SymbolType symbolType = SymbolType.Ellipse)
    Parameters
    Type Name Description
    SkiaSharp.SKCanvas canvas
    VectorStyle vectorStyle
    System.Single opacity
    SymbolType symbolType
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX