SoftwareBitmap.Convert メソッド

定義

オーバーロード

Convert(SoftwareBitmap, BitmapPixelFormat)

既存の SoftwareBitmap を別のピクセル形式の SoftwareBitmap に変換します。

Convert(SoftwareBitmap, BitmapPixelFormat, BitmapAlphaMode)

既存の SoftwareBitmap を別のピクセル形式またはアルファ モードの SoftwareBitmap に変換します。

Convert(SoftwareBitmap, BitmapPixelFormat)

既存の SoftwareBitmap を別のピクセル形式の SoftwareBitmap に変換します。

public:
 static SoftwareBitmap ^ Convert(SoftwareBitmap ^ source, BitmapPixelFormat format);
/// [Windows.Foundation.Metadata.Overload("Convert")]
 static SoftwareBitmap Convert(SoftwareBitmap const& source, BitmapPixelFormat const& format);
[Windows.Foundation.Metadata.Overload("Convert")]
public static SoftwareBitmap Convert(SoftwareBitmap source, BitmapPixelFormat format);
function convert(source, format)
Public Shared Function Convert (source As SoftwareBitmap, format As BitmapPixelFormat) As SoftwareBitmap

パラメーター

source
SoftwareBitmap

変換するソフトウェア ビットマップ。

format
BitmapPixelFormat

新しいソフトウェア ビットマップのピクセル形式。

戻り値

変換されたソフトウェア ビットマップ。

属性

こちらもご覧ください

適用対象

Convert(SoftwareBitmap, BitmapPixelFormat, BitmapAlphaMode)

既存の SoftwareBitmap を別のピクセル形式またはアルファ モードの SoftwareBitmap に変換します。

public:
 static SoftwareBitmap ^ Convert(SoftwareBitmap ^ source, BitmapPixelFormat format, BitmapAlphaMode alpha);
/// [Windows.Foundation.Metadata.Overload("ConvertWithAlpha")]
 static SoftwareBitmap Convert(SoftwareBitmap const& source, BitmapPixelFormat const& format, BitmapAlphaMode const& alpha);
[Windows.Foundation.Metadata.Overload("ConvertWithAlpha")]
public static SoftwareBitmap Convert(SoftwareBitmap source, BitmapPixelFormat format, BitmapAlphaMode alpha);
function convert(source, format, alpha)
Public Shared Function Convert (source As SoftwareBitmap, format As BitmapPixelFormat, alpha As BitmapAlphaMode) As SoftwareBitmap

パラメーター

source
SoftwareBitmap

変換するソフトウェア ビットマップ。

format
BitmapPixelFormat

新しいソフトウェア ビットマップのピクセル形式。

alpha
BitmapAlphaMode

新しいソフトウェア ビットマップのアルファ モード。

戻り値

変換されたソフトウェア ビットマップ。

属性

こちらもご覧ください

適用対象