ManipulationDelta(Vector, Double, Vector, Vector) Constructor
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 ManipulationDelta class.
public:
ManipulationDelta(System::Windows::Vector translation, double rotation, System::Windows::Vector scale, System::Windows::Vector expansion);
public ManipulationDelta (System.Windows.Vector translation, double rotation, System.Windows.Vector scale, System.Windows.Vector expansion);
new System.Windows.Input.ManipulationDelta : System.Windows.Vector * double * System.Windows.Vector * System.Windows.Vector -> System.Windows.Input.ManipulationDelta
Public Sub New (translation As Vector, rotation As Double, scale As Vector, expansion As Vector)
Parameters
- translation
- Vector
The linear motion of the manipulation in device-independent units (1/96th inch per unit).
- rotation
- Double
The rotation of the manipulation in degrees.
- scale
- Vector
The amount the manipulation has resized as a multiplier.
- expansion
- Vector
The amount the manipulation has resized in device-independent units (1/96th inch per unit).
Applies to
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.