Show / Hide Table of Contents

    Class PolygonRenderer

    Inheritance
    System.Object
    PolygonRenderer
    Namespace: Mapsui.Rendering.Xaml
    Assembly: Mapsui.Rendering.Xaml.dll
    Syntax
    public static class PolygonRenderer : object

    Methods

    | Improve this Doc View Source

    CreatePolygonPath(VectorStyle, Double, SymbolCache, Single)

    Declaration
    public static Windows.Shapes.Path CreatePolygonPath(VectorStyle style, double resolution, SymbolCache symbolCache, float rotate = 0F)
    Parameters
    Type Name Description
    VectorStyle style
    System.Double resolution
    SymbolCache symbolCache
    System.Single rotate
    Returns
    Type Description
    System.Windows.Shapes.Path
    | Improve this Doc View Source

    RenderPolygon(Polygon, IStyle, IReadOnlyViewport, SymbolCache)

    Declaration
    public static Windows.Shapes.Shape RenderPolygon(Polygon polygon, IStyle style, IReadOnlyViewport viewport, SymbolCache symbolCache)
    Parameters
    Type Name Description
    Polygon polygon
    IStyle style
    IReadOnlyViewport viewport
    SymbolCache symbolCache
    Returns
    Type Description
    System.Windows.Shapes.Shape
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX