Show / Hide Table of Contents

    Class LineStringRenderer

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

    Methods

    | Improve this Doc View Source

    CreateLineStringPath(VectorStyle)

    Declaration
    public static Windows.Shapes.Path CreateLineStringPath(VectorStyle style)
    Parameters
    Type Name Description
    VectorStyle style
    Returns
    Type Description
    System.Windows.Shapes.Path
    | Improve this Doc View Source

    RenderLineString(LineString, IStyle, IReadOnlyViewport)

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