DataObject.GetImage 方法

定义

返回一个 BitmapSource 对象,其中包含 Bitmap 格式的数据。

public:
 System::Windows::Media::Imaging::BitmapSource ^ GetImage();
public System.Windows.Media.Imaging.BitmapSource GetImage ();
member this.GetImage : unit -> System.Windows.Media.Imaging.BitmapSource
Public Function GetImage () As BitmapSource

返回

一个 BitmapSource 对象,其中包含 Bitmap 格式的数据;如果没有此格式的数据,则为 null

注解

当数据在本机可用或数据可以自动转换为数据格式时,Bitmap此方法返回 BitmapSource 对象。

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

适用于

另请参阅