FormatConvertedBitmap Constructors

Definitie

Initialiseert een nieuw exemplaar van de FormatConvertedBitmap klasse.

Overloads

Name Description
FormatConvertedBitmap()

Initialiseert een nieuw exemplaar van de FormatConvertedBitmap klasse.

FormatConvertedBitmap(BitmapSource, PixelFormat, BitmapPalette, Double)

Initialiseert een nieuw exemplaar van de FormatConvertedBitmap klasse met de opgegeven Source, DestinationFormaten DestinationPaletteAlphaThreshold.

FormatConvertedBitmap()

Initialiseert een nieuw exemplaar van de FormatConvertedBitmap klasse.

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

Opmerkingen

FormatConvertedBitmap implementeert de ISupportInitialize interface om initialisatie op meerdere eigenschappen te optimaliseren. Als u een FormatConvertedBitmap gemaakt met deze constructor wilt initialiseren, moet u de initialisatie van eigenschappen tussen BeginInit en EndInit aanroepen uitvoeren.

Van toepassing op

FormatConvertedBitmap(BitmapSource, PixelFormat, BitmapPalette, Double)

Initialiseert een nieuw exemplaar van de FormatConvertedBitmap klasse met de opgegeven Source, DestinationFormaten DestinationPaletteAlphaThreshold.

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)

Parameters

source
BitmapSource

De Source nieuwe FormatConvertedBitmap instantie.

destinationFormat
PixelFormat

De DestinationFormat nieuwe FormatConvertedBitmap instantie.

destinationPalette
BitmapPalette

Het DestinationPalette nieuwe FormatConvertedBitmap exemplaar als destinationFormat dit een geïndexeerde indeling is.

alphaThreshold
Double

De AlphaThreshold nieuwe FormatConvertedBitmap instantie.

Opmerkingen

FormatConvertedBitmap objecten die met deze constructor worden gemaakt, worden automatisch geïnitialiseerd. Na de initialisatie worden eigenschapswijzigingen genegeerd.

Zie ook

Van toepassing op