BitmapDecoder.ColorContexts Propiedad

Definición

Obtiene un valor que representa el perfil de color asociado a un mapa de bits, si se ha definido uno.

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)

Valor de propiedad

Una instancia de ColorContext que representa el perfil de color incrustado del mapa de bits. Si no se ha definido ningún perfil de color, esta propiedad devuelve null. Esta propiedad no tiene ningún valor predeterminado.

Atributos

Se aplica a