BitmapEncoder.SetSoftwareBitmap(SoftwareBitmap) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
使用指定的 SoftwareBitmap 设置当前帧的图像数据。
public:
virtual void SetSoftwareBitmap(SoftwareBitmap ^ bitmap) = SetSoftwareBitmap;
void SetSoftwareBitmap(SoftwareBitmap const& bitmap);
public void SetSoftwareBitmap(SoftwareBitmap bitmap);
function setSoftwareBitmap(bitmap)
Public Sub SetSoftwareBitmap (bitmap As SoftwareBitmap)
参数
- bitmap
- SoftwareBitmap
包含图像数据的软件位图。
注解
BitmapEncoder 仅支持 BitmapPixelFormat 为 Rgba16、Rgba8 或 Bgra8 的软件位图。 尝试使用具有不同像素格式的软件位图调用 SetSoftwareBitmap 会导致格式不受支持的错误。 使用 SoftwareBitmap.Convert 方法创建具有不同像素格式的现有软件位图的副本。