Question

It appears that there is no way to reference System.Windows.Point from within Portable Class Library. Before I implement my own Point structure, I'd like to be sure that this is correct. Do I need to build my own Point class?

Was it helpful?

Solution

Check out Splat. It's got PCL support for PointF, at least (as well as rectangles, colors, images, etc.).

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top