Search Results for

    Show / Hide Table of Contents

    Class MapsuiJsInterop

    Inheritance
    object
    MapsuiJsInterop
    Implements
    IAsyncDisposable
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Mapsui.UI.Blazor.Extensions
    Assembly: Mapsui.UI.Blazor.dll
    Syntax
    public sealed class MapsuiJsInterop : IAsyncDisposable

    Constructors

    | Edit this page View Source

    MapsuiJsInterop(IJSRuntime)

    Declaration
    public MapsuiJsInterop(IJSRuntime jsRuntime)
    Parameters
    Type Name Description
    IJSRuntime jsRuntime

    Methods

    | Edit this page View Source

    BoundingClientRectAsync(string)

    Declaration
    public Task<BoundingClientRect> BoundingClientRectAsync(string elementId)
    Parameters
    Type Name Description
    string elementId
    Returns
    Type Description
    Task<BoundingClientRect>
    | Edit this page View Source

    DisableMouseWheelAsync(string)

    Declaration
    public ValueTask DisableMouseWheelAsync(string elementId)
    Parameters
    Type Name Description
    string elementId
    Returns
    Type Description
    ValueTask
    | Edit this page View Source

    DisableTouchAsync(string)

    Declaration
    public ValueTask DisableTouchAsync(string elementId)
    Parameters
    Type Name Description
    string elementId
    Returns
    Type Description
    ValueTask
    | Edit this page View Source

    DisposeAsync()

    Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources asynchronously.

    Declaration
    public ValueTask DisposeAsync()
    Returns
    Type Description
    ValueTask

    A task that represents the asynchronous dispose operation.

    | Edit this page View Source

    GetPixelDensityAsync()

    Declaration
    public ValueTask<double> GetPixelDensityAsync()
    Returns
    Type Description
    ValueTask<double>

    Implements

    IAsyncDisposable
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX