Clipboard.GetImage 方法

定义

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

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

返回

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

注解

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

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

适用于

另请参阅