ManipulationPivot Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
ManipulationPivot();
public ManipulationPivot ();
Public Sub New ()
Applies to
ManipulationPivot(Point, Double)
Initializes a new instance of the ManipulationPivot class with the specified point of a single-point manipulation.
public:
ManipulationPivot(System::Windows::Point center, double radius);
public ManipulationPivot (System.Windows.Point center, double radius);
new System.Windows.Input.ManipulationPivot : System.Windows.Point * double -> System.Windows.Input.ManipulationPivot
Public Sub New (center As Point, radius As Double)
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.