BitmapImage Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
public ref class BitmapImage sealed : BitmapSource
/// [Windows.Foundation.Metadata.Activatable(65536, "Microsoft.UI.Xaml.WinUIContract")]
/// [Windows.Foundation.Metadata.Activatable(Microsoft.UI.Xaml.Media.Imaging.IBitmapImageFactory, 65536, "Microsoft.UI.Xaml.WinUIContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class BitmapImage final : BitmapSource
[Windows.Foundation.Metadata.Activatable(65536, "Microsoft.UI.Xaml.WinUIContract")]
[Windows.Foundation.Metadata.Activatable(typeof(Microsoft.UI.Xaml.Media.Imaging.IBitmapImageFactory), 65536, "Microsoft.UI.Xaml.WinUIContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class BitmapImage : BitmapSource
Public NotInheritable Class BitmapImage
Inherits BitmapSource
- Herança
- Atributos
Construtores
| Nome | Description |
|---|---|
| BitmapImage() | |
| BitmapImage(Uri) | |
Propriedades
Métodos
| Nome | Description |
|---|---|
| ClearValue(DependencyProperty) | (Herdado de DependencyObject) |
| GetAnimationBaseValue(DependencyProperty) | (Herdado de DependencyObject) |
| GetValue(DependencyProperty) | (Herdado de DependencyObject) |
| Play() | |
| ReadLocalValue(DependencyProperty) | (Herdado de DependencyObject) |
| RegisterPropertyChangedCallback(DependencyProperty, DependencyPropertyChangedCallback) | (Herdado de DependencyObject) |
| SetSource(IRandomAccessStream) | (Herdado de BitmapSource) |
| SetSourceAsync(IRandomAccessStream) | (Herdado de BitmapSource) |
| SetValue(DependencyProperty, Object) | (Herdado de DependencyObject) |
| Stop() | |
| UnregisterPropertyChangedCallback(DependencyProperty, Int64) | (Herdado de DependencyObject) |
Eventos
| Nome | Description |
|---|---|
| DownloadProgress | |
| ImageFailed | |
| ImageOpened | |