Search Results for

    Show / Hide Table of Contents

    Class WPFTouchDispatcher

    Dispatches pointer events associated with a Surface or a Window.

    Inheritance
    object
    PointerDispatcher
    WPFTouchDispatcher
    Inherited Members
    PointerDispatcher.Points
    PointerDispatcher.PointerDown
    PointerDispatcher.PointerUp
    PointerDispatcher.PointerMove
    PointerDispatcher.DispatchEvents()
    PointerDispatcher.HandlePointerDown(long, Point)
    PointerDispatcher.HandlePointerUp(long, Point)
    PointerDispatcher.HandlePointerMove(long, Point)
    PointerDispatcher.ResetPointersStatus()
    Namespace: Evergine.WPF
    Assembly: Evergine.WPF.dll
    Syntax
    public class WPFTouchDispatcher : PointerDispatcher

    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()

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

    Declaration
    public void Dispose()

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX