Search Results for

    Show / Hide Table of Contents

    Class MouseWheelAnimation

    Inheritance
    object
    MouseWheelAnimation
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Mapsui.Animations
    Assembly: Mapsui.dll
    Syntax
    public class MouseWheelAnimation

    Properties

    | Edit this page View Source

    Duration

    Declaration
    public int Duration { get; set; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    Easing

    Declaration
    public Easing Easing { get; set; }
    Property Value
    Type Description
    Easing

    Methods

    | Edit this page View Source

    GetResolution(int, double, MMinMax?, IReadOnlyList<double>)

    Declaration
    public double GetResolution(int mouseWheelDelta, double currentResolution, MMinMax? zoomBounds, IReadOnlyList<double> resolutions)
    Parameters
    Type Name Description
    int mouseWheelDelta
    double currentResolution
    MMinMax zoomBounds
    IReadOnlyList<double> resolutions
    Returns
    Type Description
    double
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX