This commit is contained in:
2025-09-30 17:22:32 +08:00
parent 45ff3fbb9b
commit 92e695ef7c
4 changed files with 51 additions and 0 deletions
@@ -404,6 +404,8 @@ namespace Ink_Canvas
image.MouseWheel += Element_MouseWheel;
// 触摸事件
image.TouchDown += Element_TouchDown;
image.TouchUp += Element_TouchUp;
image.IsManipulationEnabled = true;
image.ManipulationDelta += Element_ManipulationDelta;
image.ManipulationCompleted += Element_ManipulationCompleted;