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