windows8 开发教程 教你制作 多点触控Helper可将任意容器内任意对象进行多点缩放
摘要:实现方法:对Manipulation进行抽象化 使不同容器可共用多点缩放事件,C# 代码如下:using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Windows.Foundation;
using Windows.UI.Xaml;
using Windows.UI.Xaml.Controls;
using Windows.UI.Xaml.Input;
using Windows.UI.Xaml.Media
阅读全文