FormatConvertedBitmap コンストラクター

定義

FormatConvertedBitmap クラスの新しいインスタンスを初期化します。

オーバーロード

FormatConvertedBitmap()

FormatConvertedBitmap クラスの新しいインスタンスを初期化します。

FormatConvertedBitmap(BitmapSource, PixelFormat, BitmapPalette, Double)

指定した FormatConvertedBitmapSourceDestinationFormat、および DestinationPalette を持つ AlphaThreshold クラスの新しいインスタンスを初期化します。

FormatConvertedBitmap()

FormatConvertedBitmap クラスの新しいインスタンスを初期化します。

public:
 FormatConvertedBitmap();
public FormatConvertedBitmap ();
Public Sub New ()

注釈

FormatConvertedBitmap は、ISupportInitialize インターフェイスを実装して、複数のプロパティの初期化を最適化します。 このコンストラクターを使用して作成した FormatConvertedBitmap 初期化を行うには、呼び出しと呼び出しの間 BeginInit でプロパティの初期化を EndInit 実行する必要があります。

適用対象

FormatConvertedBitmap(BitmapSource, PixelFormat, BitmapPalette, Double)

指定した FormatConvertedBitmapSourceDestinationFormat、および DestinationPalette を持つ AlphaThreshold クラスの新しいインスタンスを初期化します。

public:
 FormatConvertedBitmap(System::Windows::Media::Imaging::BitmapSource ^ source, System::Windows::Media::PixelFormat destinationFormat, System::Windows::Media::Imaging::BitmapPalette ^ destinationPalette, double alphaThreshold);
public FormatConvertedBitmap (System.Windows.Media.Imaging.BitmapSource source, System.Windows.Media.PixelFormat destinationFormat, System.Windows.Media.Imaging.BitmapPalette destinationPalette, double alphaThreshold);
new System.Windows.Media.Imaging.FormatConvertedBitmap : System.Windows.Media.Imaging.BitmapSource * System.Windows.Media.PixelFormat * System.Windows.Media.Imaging.BitmapPalette * double -> System.Windows.Media.Imaging.FormatConvertedBitmap
Public Sub New (source As BitmapSource, destinationFormat As PixelFormat, destinationPalette As BitmapPalette, alphaThreshold As Double)

パラメーター

source
BitmapSource

新しい FormatConvertedBitmap インスタンスの Source

destinationFormat
PixelFormat

新しい FormatConvertedBitmap インスタンスの DestinationFormat

destinationPalette
BitmapPalette

destinationFormat がインデックス付き形式の場合は、新しい DestinationPalette インスタンスの FormatConvertedBitmap

alphaThreshold
Double

新しい FormatConvertedBitmap インスタンスの AlphaThreshold

注釈

FormatConvertedBitmap このコンストラクターを使用して作成されたオブジェクトは自動的に初期化されます。 初期化後、プロパティの変更は無視されます。

こちらもご覧ください

適用対象