Image img = pb2.Image;if (img != null) { Clipboard.SetDataObject(img); MessageBox.Show("Success!"); }为什么我复制不了
复制不了?.你的代码应该是向剪切板添加对象,实现的是复制的过程。