BitmapEncoder.BitmapTransform 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
一个 BitmapTransform 对象,用于指定帧位图的转换方式。
public:
property BitmapTransform ^ BitmapTransform { BitmapTransform ^ get(); };
BitmapTransform BitmapTransform();
public BitmapTransform BitmapTransform { get; }
var bitmapTransform = bitmapEncoder.bitmapTransform;
Public ReadOnly Property BitmapTransform As BitmapTransform
属性值
一个 BitmapTransform 对象,用于指定帧位图的转换方式。
注解
如果尝试使用 BitmapTransform 成员缩放以索引像素格式存储的图像, FlushAsync 将失败,HRESULT WINCODEC_ERR_INVALIDPARAMETER 。 相反,必须使用 GetPixelDataAsync 获取缩放像素数据,然后使用 SetPixelData 在编码器上进行设置。