我搜索过,发现大多数答案都会将WriteableBitmap
转换为System.Drawing.Bitmap
。我目前正在考虑使用WriteableBitmapEx
Blitz()
函数将带有文本的位图叠加到现有位图上,但我并不真正找到返回WriteableBitmap
的函数
有没有简单的方法来绘制文字?
答案 0 :(得分:0)
我设法使用WriteableBitmapEx DrawString()
方法直接实现此目的。
不幸的是,它不在Nuget包中,因此必须从另一个项目的源代码编译:
https://writeablebitmapex.codeplex.com/discussions/579148
https://fastwpfgrid.codeplex.com/SourceControl/latest#WriteableBitmapEx/LetterGlyphTool.cs