I’m unable to find the correct assembly reference in .Net 4.0 for the Point Structure.
The API reference is here.
But System.Windows does not exist in my Reference list from the Solution Explorer.
I understand I could have made a simple Point Structure myself but I wanted to use this in case I run into this problem with other assemblies. =)
So you need to reference the
WindowsBase.dllassembly.System.Windowsis only the namespace.