Show / Hide Table of Contents

    Class PointRenderer

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

    Methods

    | Improve this Doc View Source

    PositionPoint(UIElement, Point, IStyle, IReadOnlyViewport)

    Declaration
    public static void PositionPoint(UIElement renderedGeometry, Point point, IStyle style, IReadOnlyViewport viewport)
    Parameters
    Type Name Description
    UIElement renderedGeometry
    Point point
    IStyle style
    IReadOnlyViewport viewport
    | Improve this Doc View Source

    RenderPoint(Point, IStyle, IReadOnlyViewport, SymbolCache)

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