Show / Hide Table of Contents

    Class Easing

    Inheritance
    System.Object
    Easing
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Mapsui.Utilities
    Assembly: Mapsui.dll
    Syntax
    public class Easing

    Constructors

    | Improve this Doc View Source

    Easing(Func<Double, Double>)

    Declaration
    public Easing(Func<double, double> easingFunc)
    Parameters
    Type Name Description
    System.Func<System.Double, System.Double> easingFunc

    Fields

    | Improve this Doc View Source

    BounceIn

    Declaration
    public static readonly Easing BounceIn
    Field Value
    Type Description
    Easing
    | Improve this Doc View Source

    BounceOut

    Declaration
    public static readonly Easing BounceOut
    Field Value
    Type Description
    Easing
    | Improve this Doc View Source

    CubicIn

    Declaration
    public static readonly Easing CubicIn
    Field Value
    Type Description
    Easing
    | Improve this Doc View Source

    CubicInOut

    Declaration
    public static readonly Easing CubicInOut
    Field Value
    Type Description
    Easing
    | Improve this Doc View Source

    CubicOut

    Declaration
    public static readonly Easing CubicOut
    Field Value
    Type Description
    Easing
    | Improve this Doc View Source

    Linear

    Declaration
    public static readonly Easing Linear
    Field Value
    Type Description
    Easing
    | Improve this Doc View Source

    SinIn

    Declaration
    public static readonly Easing SinIn
    Field Value
    Type Description
    Easing
    | Improve this Doc View Source

    SinInOut

    Declaration
    public static readonly Easing SinInOut
    Field Value
    Type Description
    Easing
    | Improve this Doc View Source

    SinOut

    Declaration
    public static readonly Easing SinOut
    Field Value
    Type Description
    Easing
    | Improve this Doc View Source

    SpringIn

    Declaration
    public static readonly Easing SpringIn
    Field Value
    Type Description
    Easing
    | Improve this Doc View Source

    SpringOut

    Declaration
    public static readonly Easing SpringOut
    Field Value
    Type Description
    Easing

    Methods

    | Improve this Doc View Source

    Ease(Double)

    Declaration
    public double Ease(double v)
    Parameters
    Type Name Description
    System.Double v
    Returns
    Type Description
    System.Double

    Operators

    | Improve this Doc View Source

    Implicit(Func<Double, Double> to Easing)

    Declaration
    public static implicit operator Easing(Func<double, double> func)
    Parameters
    Type Name Description
    System.Func<System.Double, System.Double> func
    Returns
    Type Description
    Easing
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX