Share via


BitmapDecoder.ColorContexts Propriété

Définition

Obtient une valeur qui représente le profil de couleurs associé à une image bitmap, le cas échéant.

public:
 virtual property System::Collections::ObjectModel::ReadOnlyCollection<System::Windows::Media::ColorContext ^> ^ ColorContexts { System::Collections::ObjectModel::ReadOnlyCollection<System::Windows::Media::ColorContext ^> ^ get(); };
public virtual System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Media.ColorContext> ColorContexts { [System.Security.SecurityCritical] get; }
public virtual System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Media.ColorContext> ColorContexts { get; }
[<get: System.Security.SecurityCritical>]
member this.ColorContexts : System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Media.ColorContext>
member this.ColorContexts : System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Media.ColorContext>
Public Overridable ReadOnly Property ColorContexts As ReadOnlyCollection(Of ColorContext)

Valeur de propriété

Instance de ColorContext qui représente le profil de couleurs incorporé de l’image bitmap. Si aucun profil de couleurs n’a été défini, cette propriété retourne null. Cette propriété n’a aucune valeur par défaut.

Attributs

S’applique à