BitmapSource Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
public ref class BitmapSource : ImageSource
/// [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 BitmapSource : ImageSource
[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 class BitmapSource : ImageSource
Public Class BitmapSource
Inherits ImageSource
- Ereditarietà
- Derivato
- Attributi
Costruttori
| Nome | Descrizione |
|---|---|
| BitmapSource() | |
Proprietà
| Nome | Descrizione |
|---|---|
| Dispatcher | (Ereditato da DependencyObject) |
| DispatcherQueue | (Ereditato da DependencyObject) |
| PixelHeight | |
| PixelHeightProperty | |
| PixelWidth | |
| PixelWidthProperty | |
Metodi
| Nome | Descrizione |
|---|---|
| ClearValue(DependencyProperty) | (Ereditato da DependencyObject) |
| GetAnimationBaseValue(DependencyProperty) | (Ereditato da DependencyObject) |
| GetValue(DependencyProperty) | (Ereditato da DependencyObject) |
| ReadLocalValue(DependencyProperty) | (Ereditato da DependencyObject) |
| RegisterPropertyChangedCallback(DependencyProperty, DependencyPropertyChangedCallback) | (Ereditato da DependencyObject) |
| SetSource(IRandomAccessStream) | |
| SetSourceAsync(IRandomAccessStream) | |
| SetValue(DependencyProperty, Object) | (Ereditato da DependencyObject) |
| UnregisterPropertyChangedCallback(DependencyProperty, Int64) | (Ereditato da DependencyObject) |