我正在将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命名空间中。但是,似乎该课程已经消失或重命名。
任何帮助或想法?
非常感谢提前