Show / Hide Table of Contents

    Class RasterRenderer

    Inheritance
    System.Object
    RasterRenderer
    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 RasterRenderer

    Methods

    | Improve this Doc View Source

    Draw(SKCanvas, IReadOnlyViewport, IStyle, IFeature, Single, IDictionary<Object, BitmapInfo>, Int64)

    Declaration
    public static void Draw(SKCanvas canvas, IReadOnlyViewport viewport, IStyle style, IFeature feature, float opacity, IDictionary<object, BitmapInfo> tileCache, long currentIteration)
    Parameters
    Type Name Description
    SkiaSharp.SKCanvas canvas
    IReadOnlyViewport viewport
    IStyle style
    IFeature feature
    System.Single opacity
    System.Collections.Generic.IDictionary<System.Object, BitmapInfo> tileCache
    System.Int64 currentIteration
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX