That could help you write your own display driver. The source code for the driver is awaable too… Look at the support menu, click gadgeteer and look for source code on the right.
I appreciate the response.
But the display here at GHI costs around $ 20 in there I can aliexpress.com or ebay.com other brands for $ 3, some with touch, OLED for $ 20.
So I wondered if it was possible.
An Arduino driver for the Wholesale 2.2 inch TFT display is UTFT (Electronics - Henning Karlsen). UTFT is written in C++. You can use this driver, together with the suggestion of danibjor, to see the ILI9341 codes you need to drive the display. Another possibility is to rewrite UTFT to C#. The hard part is to rewrite the SPI transfer routines and make them gadgeteer compatible. It is not easy and it is a lot of work, but it think it is fun.