Search Results for

    Show / Hide Table of Contents

    Class TouchPointExtensions

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

    Methods

    | Edit this page View Source

    ToLocation(TouchPoint, BoundingClientRect)

    Declaration
    public static MPoint ToLocation(this TouchPoint touchPoint, BoundingClientRect clientRect)
    Parameters
    Type Name Description
    TouchPoint touchPoint
    BoundingClientRect clientRect
    Returns
    Type Description
    MPoint
    | Edit this page View Source

    ToLocations(IEnumerable<TouchPoint>, BoundingClientRect)

    Declaration
    public static List<MPoint> ToLocations(this IEnumerable<TouchPoint> touchPoints, BoundingClientRect clientRect)
    Parameters
    Type Name Description
    IEnumerable<TouchPoint> touchPoints
    BoundingClientRect clientRect
    Returns
    Type Description
    List<MPoint>
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX