Clipboard.SetImage(BitmapSource) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将 Bitmap 数据存储在剪贴板上。 图像数据指定为 BitmapSource。
public:
static void SetImage(System::Windows::Media::Imaging::BitmapSource ^ image);
public static void SetImage (System.Windows.Media.Imaging.BitmapSource image);
static member SetImage : System.Windows.Media.Imaging.BitmapSource -> unit
Public Shared Sub SetImage (image As BitmapSource)
参数
- image
- BitmapSource
一个 BitmapSource 对象,其中包含要存储在剪贴板上的图像数据。
注解
位图将计算机图形表示为内存中的位数组,这些位表示图像中各个像素的属性。
此方法添加启用了自动转换的数据。