BitmapEncoder.BitmapTransform プロパティ

定義

フレーム ビットマップの変換方法を指定するために使用される 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 を使用してエンコーダーに設定する必要があります。

適用対象