DataObject.SetImage(BitmapSource) 方法

定义

在此数据对象中存储 Bitmap 数据。 图像数据指定为 BitmapSource

public:
 void SetImage(System::Windows::Media::Imaging::BitmapSource ^ image);
public void SetImage (System.Windows.Media.Imaging.BitmapSource image);
member this.SetImage : System.Windows.Media.Imaging.BitmapSource -> unit
Public Sub SetImage (image As BitmapSource)

参数

image
BitmapSource

一个 BitmapSource 对象,其中包含要存储在数据对象中的图像数据。

例外

image 上声明的默认值为 null

注解

位图将计算机图形表示为内存中的位数组,这些位表示图像中各个像素的属性。

此方法添加启用了自动转换的数据 (与调用 SetData(String, Object, Boolean)autoConverttrue 设置为) 相同。

适用于

另请参阅