BitmapEncoder.Preview Propriété

Définition

Obtient ou définit une BitmapSource qui représente l’aperçu global d’une image bitmap, le cas échéant.

public:
 virtual property System::Windows::Media::Imaging::BitmapSource ^ Preview { System::Windows::Media::Imaging::BitmapSource ^ get(); void set(System::Windows::Media::Imaging::BitmapSource ^ value); };
public virtual System.Windows.Media.Imaging.BitmapSource Preview { get; set; }
member this.Preview : System.Windows.Media.Imaging.BitmapSource with get, set
Public Overridable Property Preview As BitmapSource

Valeur de propriété

BitmapSource qui représente l’aperçu d’une image bitmap.

Exceptions

L’image bitmap ne prend pas en charge l’aperçu.

La valeur est null.

S’applique à

Voir aussi