ManipulationPivot Constructors

Definition

Initializes a new instance of the ManipulationPivot class.

Overloads

ManipulationPivot()

Initializes a new instance of the ManipulationPivot class.

ManipulationPivot(Point, Double)

Initializes a new instance of the ManipulationPivot class with the specified point of a single-point manipulation.

ManipulationPivot()

Initializes a new instance of the ManipulationPivot class.

C#
public ManipulationPivot();

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10

ManipulationPivot(Point, Double)

Initializes a new instance of the ManipulationPivot class with the specified point of a single-point manipulation.

C#
public ManipulationPivot(System.Windows.Point center, double radius);

Parameters

center
Point

The center of a single-point manipulation.

radius
Double

The area around the pivot that is used to determine how much rotation and translation occurs when a single point of contact initiates the manipulation.

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10