Search Results for

    Show / Hide Table of Contents

    Class WPFTouchDispatcher

    Dispatch pointer events associated to a Surface or a Window.

    Inheritance
    object
    PointerDispatcher
    WPFTouchDispatcher
    Implements
    IDisposable
    Inherited Members
    PointerDispatcher.Points
    PointerDispatcher.PointerDown
    PointerDispatcher.PointerUp
    PointerDispatcher.PointerMove
    PointerDispatcher.DispatchEvents()
    PointerDispatcher.HandlePointerDown(long, Point)
    PointerDispatcher.HandlePointerUp(long, Point)
    PointerDispatcher.HandlePointerMove(long, Point)
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Evergine.WPF
    Assembly: Evergine.WPF.dll
    Syntax
    public class WPFTouchDispatcher : PointerDispatcher, IDisposable

    Constructors

    WPFTouchDispatcher(UIElement, float)

    Initializes a new instance of the WPFTouchDispatcher class.

    Declaration
    public WPFTouchDispatcher(UIElement uiElement, float dpiDensity = 1)
    Parameters
    Type Name Description
    UIElement uiElement

    The UIElement to handle the touches.

    float dpiDensity

    The dpi density of the uiElement.

    Methods

    Dispose()

    Declaration
    public void Dispose()

    Implements

    IDisposable

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In This Article
    Back to top
    Generated by DocFX