Table of Contents

Interface ITouchControl

Namespace
NanoByte.Common.Controls.Touch
Assembly
NanoByte.Common.WinForms.dll

A control that reacts to touch gestures.

public interface ITouchControl
Extension Methods

Events

ManipulationCompleted

Raised when a manipulation gesture (including any inertia) ends.

event EventHandler<ManipulationEventArgs> ManipulationCompleted

Event Type

EventHandler<ManipulationEventArgs>

ManipulationStarted

Raised when a manipulation gesture (translation, scaling and/or rotation) begins.

event EventHandler<ManipulationEventArgs> ManipulationStarted

Event Type

EventHandler<ManipulationEventArgs>

ManipulationUpdated

Raised when a manipulation gesture changes.

event EventHandler<ManipulationEventArgs> ManipulationUpdated

Event Type

EventHandler<ManipulationEventArgs>