Show / Hide Table of Contents

    Class MultiPolygonRenderer

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

    Methods

    | Improve this Doc View Source

    Draw(SKCanvas, IReadOnlyViewport, IStyle, IFeature, IGeometry, Single, SymbolCache)

    Declaration
    public static void Draw(SKCanvas canvas, IReadOnlyViewport viewport, IStyle style, IFeature feature, IGeometry geometry, float opacity, SymbolCache symbolCache = null)
    Parameters
    Type Name Description
    SkiaSharp.SKCanvas canvas
    IReadOnlyViewport viewport
    IStyle style
    IFeature feature
    IGeometry geometry
    System.Single opacity
    SymbolCache symbolCache
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX