ManipulationPivot Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Gibt an, wie eine Drehung mit einem Punkt der Benutzereingabe auftritt.
public ref class ManipulationPivot sealed
/// [Windows.Foundation.Metadata.Activatable(Microsoft.UI.Xaml.Input.IManipulationPivotFactory, 65536, "Microsoft.UI.Xaml.WinUIContract")]
/// [Windows.Foundation.Metadata.Activatable(65536, "Microsoft.UI.Xaml.WinUIContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class ManipulationPivot final
[Windows.Foundation.Metadata.Activatable(typeof(Microsoft.UI.Xaml.Input.IManipulationPivotFactory), 65536, "Microsoft.UI.Xaml.WinUIContract")]
[Windows.Foundation.Metadata.Activatable(65536, "Microsoft.UI.Xaml.WinUIContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class ManipulationPivot
Public NotInheritable Class ManipulationPivot
- Vererbung
- Attribute
Konstruktoren
ManipulationPivot() |
Initialisiert eine neue instance der ManipulationPivot-Klasse ohne Anfangswerte. |
ManipulationPivot(Point, Double) |
Initialisiert eine neue instance der ManipulationPivot-Klasse mit den angegebenen Center- und Radiuswerten. |
Eigenschaften
Center |
Ruft den Mittelpunkt für Drehbearbeitungen ab oder legt diesen fest. |
Radius |
Ruft den effektiven Drehradius für Drehungsbearbeitungen ab oder legt diese fest. |