Re: [转载] C++ how to convert string to bitmap or graphic, i# DotNet - 窗口里的风景
s*i
1 楼
3 lines in C#:
Bitmap bmp =....
Graphics g = bmp.FromImage...
g.DrawString...
You should be able to do it in managed c++ same way
Bitmap bmp =....
Graphics g = bmp.FromImage...
g.DrawString...
You should be able to do it in managed c++ same way