Hello Mat's Archiver
论坛
›
文件操作
› bitmap保存为图像
Halcom
发表于 2022-6-28 22:55:27
bitmap保存为图像
bitmap保存为图像
Bitmap bitmap = MainVideoPlayer.GetCurrentVideoFrame();
string path = @"D:\USBcapture\1.bmp";
bitmap.Save(path, System.Drawing.Imaging.ImageFormat.Bmp);
页:
[1]
查看完整版本:
bitmap保存为图像