我正在将SurfaceToTUIO软件从 Surface 1.0 移植到 2.0 API。修复了几个错误后,我遇到了以下错误:
Error 1 The type or namespace name 'Affine2DOperationDeltaEventArgs'
could not be found (are you missing a using directive or an assembly
reference?) App1.cs 82 33 SurfaceToTUIO
我正在检查 2.0 中的 API 更改,但没有对等效类的引用。
该类属于 Microsoft.Surface.Core.Manipulations 命名空间,已被移除并集成到System.Windows.Input.Manipulations命名空间中。但是,该类似乎已消失或重命名。
有什么帮助或想法吗?
提前谢谢了