Table of Contents

Class ManipulationEventArgs

Namespace
HelixToolkit.Wpf
Assembly
HelixToolkit.Wpf.dll

Provides data for the manipulation events.

public class ManipulationEventArgs
Inheritance
ManipulationEventArgs
Inherited Members

Constructors

ManipulationEventArgs(Point)

Initializes a new instance of the ManipulationEventArgs class.

public ManipulationEventArgs(Point currentPosition)

Parameters

currentPosition Point

The current position.

Properties

CurrentPosition

Gets or sets the current position.

public Point CurrentPosition { get; }

Property Value

Point

The current position.