Search Results for

    Show / Hide Table of Contents

    Class PointExtensions

    Inheritance
    object
    PointExtensions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Mapsui.Rendering.Skia.Extensions
    Assembly: Mapsui.Rendering.Skia.dll
    Syntax
    public static class PointExtensions

    Methods

    | Edit this page View Source

    ToSkiaPath(Point, Viewport, SKRect, float)

    Converts a LineString in world coordinates to a Skia path

    Declaration
    public static SKPath ToSkiaPath(this Point point, Viewport viewport, SKRect clipRect, float strokeWidth)
    Parameters
    Type Name Description
    Point point

    List of points in Mapsui world coordinates.

    Viewport viewport

    The Viewport that is used for the conversions.

    SKRect clipRect

    Rectangle to clip to. All lines outside aren't drawn.

    float strokeWidth

    stroke Width

    Returns
    Type Description
    SKPath
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX