Can't find System.Windows.Vector in C#

后端 未结 3 1096
自闭症患者
自闭症患者 2020-12-11 15:27

I\'m making a Windows Forms application in Visual Studio 2010 Ultimate, but can\'t get the built-in Vector to work.

Microsoft says that there is a System.Windows.Vec

3条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-12-11 16:01

    Add a reference to WindowsBase.
    The Vector class is defined in the WindowsBase.dll assembly within the System.Windows namespace.

提交回复
热议问题