Question

Is there any way to retrieve the same info available in this class, but without relying on WPF? My app needs to run under Mono, which doesn't currently implement this.

(Ideally, the alternative should be portable and run under both MS.NET and Mono...)

Thanks.

Was it helpful?

Solution

Turns out Mono.Cairo provides this information in a platform-independent fashion (well, not really, but it's portable).

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