FormatConvertedBitmap Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue Instanz der FormatConvertedBitmap-Klasse.
Überlädt
FormatConvertedBitmap() |
Initialisiert eine neue Instanz der FormatConvertedBitmap-Klasse. |
FormatConvertedBitmap(BitmapSource, PixelFormat, BitmapPalette, Double) |
Initialisiert eine neue Instanz der FormatConvertedBitmap-Klasse, die über die angegebene Source, das angegebene DestinationFormat, die angegebene DestinationPalette und die angegebene AlphaThreshold verfügt. |
FormatConvertedBitmap()
Initialisiert eine neue Instanz der FormatConvertedBitmap-Klasse.
public:
FormatConvertedBitmap();
public FormatConvertedBitmap ();
Public Sub New ()
Hinweise
FormatConvertedBitmap implementiert die ISupportInitialize-Schnittstelle, um die Initialisierung für mehrere Eigenschaften zu optimieren. Um einen FormatConvertedBitmap erstellten Konstruktor zu initialisieren, müssen Sie die Initialisierung der Eigenschaft zwischen BeginInit und EndInit Aufrufen ausführen.
Gilt für
FormatConvertedBitmap(BitmapSource, PixelFormat, BitmapPalette, Double)
Initialisiert eine neue Instanz der FormatConvertedBitmap-Klasse, die über die angegebene Source, das angegebene DestinationFormat, die angegebene DestinationPalette und die angegebene AlphaThreshold verfügt.
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)
Parameter
- source
- BitmapSource
Die Source der neuen FormatConvertedBitmap-Instanz.
- destinationFormat
- PixelFormat
Die DestinationFormat der neuen FormatConvertedBitmap-Instanz.
- destinationPalette
- BitmapPalette
Die DestinationPalette der neuen FormatConvertedBitmap-Instanz, wenn destinationFormat
ein indiziertes Format ist.
- alphaThreshold
- Double
Die AlphaThreshold der neuen FormatConvertedBitmap-Instanz.
Hinweise
FormatConvertedBitmap Objekte, die mithilfe dieses Konstruktors erstellt wurden, werden automatisch initialisiert. Nach der Initialisierung werden Eigenschaftenänderungen ignoriert.