FormatConvertedBitmap.DestinationFormat Eigenschaft

Definition

Ruft das Pixelformat ab, in das die Bitmap konvertiert werden soll, oder legt dieses fest.

public:
 property System::Windows::Media::PixelFormat DestinationFormat { System::Windows::Media::PixelFormat get(); void set(System::Windows::Media::PixelFormat value); };
public System.Windows.Media.PixelFormat DestinationFormat { get; set; }
member this.DestinationFormat : System.Windows.Media.PixelFormat with get, set
Public Property DestinationFormat As PixelFormat

Eigenschaftswert

Das Pixelformat, das auf die Bitmap angewendet werden soll. Der Standardwert ist Pbgra32.

Hinweise

Informationen zur Abhängigkeitseigenschaft

Element Wert
Bezeichnerfeld DestinationFormatProperty
Auf Metadateneigenschaften festgelegt true Nichts

Gilt für:

Weitere Informationen