Show / Hide Table of Contents

    Class LabelRenderer

    Inheritance
    System.Object
    LabelRenderer
    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 static class LabelRenderer

    Methods

    | Improve this Doc View Source

    Draw(SKCanvas, LabelStyle, IFeature, Point, Single)

    Declaration
    public static void Draw(SKCanvas canvas, LabelStyle style, IFeature feature, Point destination, float layerOpacity)
    Parameters
    Type Name Description
    SkiaSharp.SKCanvas canvas
    LabelStyle style
    IFeature feature
    Point destination
    System.Single layerOpacity
    | Improve this Doc View Source

    DrawAsBitmap(SKCanvas, LabelStyle, IFeature, Single, Single, Single)

    Declaration
    public static void DrawAsBitmap(SKCanvas canvas, LabelStyle style, IFeature feature, float x, float y, float layerOpacity)
    Parameters
    Type Name Description
    SkiaSharp.SKCanvas canvas
    LabelStyle style
    IFeature feature
    System.Single x
    System.Single y
    System.Single layerOpacity
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX