Show / Hide Table of Contents

    Class MultiPointRenderer

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

    Methods

    | Improve this Doc View Source

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

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