我试图遵循这个模型(Set default user profile picture to an image of their initials),但是我的解决方案不能识别这些用法
using System.Drawing.Drawing2D;
using System.Drawing.Imaging;
using System.Drawing.Text;我想在我的xamarin forms项目中应用它,但我也尝试了一个简单的PLC NET Framework,但错误是相同的。你能帮帮我吗?
注意:我对2个项目使用相同的解决方案-1 xamarin forms和其他PLC Net Framework。
发布于 2018-01-11 00:12:58
解决方法:您可以使用SkiaSharp绘制图像。
https://stackoverflow.com/questions/48190822
复制相似问题