Clipboard.GetImage 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从剪贴板返回一个 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 对象。
位图将计算机图形表示为内存中的位数组,这些位表示图像中各个像素的属性。