Partager via


CroppedBitmap.Source Propriété

Définition

Obtient ou définit la source de l’image bitmap.

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

Valeur de propriété

BitmapSource

Source de l’image bitmap. La valeur par défaut est null.

Remarques

Vous pouvez chaîner un CroppedBitmap à un autre BitmapSource en définissant la Source propriété de la CroppedBitmap propriété sur la valeur appropriée BitmapSource. Pour plus d’informations sur le chaînage, consultez How to: Chain BitmapSource Objects Together.

Informations sur les propriétés de dépendance

Champ d’identificateur SourceProperty
Propriétés de métadonnées définies sur true Aucun

S’applique à