0
À l'étude

Export to PNG for Silverlight

Davide Sandonà il y a 9 ans mis à jour par Oystein Bjorke il y a 9 ans 1
I'm using the Silverlight implementation of Oxyplot into a Windows Phone 8 app.
I was trying to save the plotview into a png image. Unfortunately i've seen the SaveBitmap method is not implemented. Is there any other way i could use to save the plot into a image?
À l'étude
I remember doing this with imagetools long time ago. See http://blogs.msdn.com/b/kirillosenkov/archive/2009/10/12/saving-images-bmp-png-etc-in-wpf-silverlight.aspx
I don´t know if there are better ways to do this in Silverlight 5...