ManipulationDelta(Vector, Double, Vector, Vector) Конструктор

Определение

Инициализирует новый экземпляр класса ManipulationDelta.

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)

Параметры

translation
Vector

Линейное движение манипуляции в аппаратно-независимых единицах (1/96 дюйма на единицу).

rotation
Double

Угол поворота манипуляции в градусах.

scale
Vector

Величина изменения размера манипуляции в виде множителя.

expansion
Vector

Размер манипуляции был изменен в независимых от устройства единицах (1/96 дюйма на единицу).

Применяется к