BitmapSource 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供使用點陣圖格式影像來源之屬性的來源物件。
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
- 繼承
- 衍生
- 屬性
備註
重要
您通常不會直接使用或建立 BitmapSource 類型,這就是您在此頁面上看不到程式碼範例的原因。 建立 BitmapImage 並使用它做為值會比較常見。 如需程式碼範例和詳細資訊,請參閱 BitmapImage的參考頁面。
ImageSource 和 BitmapSource 是 BitmapImage的中繼基類。 如需如何建立影像來源以用於 Image.Source 和 ImageBrush.ImageSource的詳細資訊,請參閱 Image 和 ImageBrush 和 BitmapImage。
BitmapSource 衍生類別
BitmapSource 是 BitmapImage和WriteableBitmap的父類別。
建構函式
BitmapSource() |
提供 BitmapSource衍生類別的基類初始化行為。 |
屬性
Dispatcher |
一律會在 |
DispatcherQueue |
|
PixelHeight |
取得點陣圖的高度 (以像素為單位)。 |
PixelHeightProperty |
識別 PixelHeight 相依性屬性。 |
PixelWidth |
取得點陣圖的寬度 (以像素為單位)。 |
PixelWidthProperty |
識別 PixelWidth 相依性屬性。 |
方法
ClearValue(DependencyProperty) |
清除相依性屬性的本機值。 (繼承來源 DependencyObject) |
GetAnimationBaseValue(DependencyProperty) |
傳回針對相依性屬性所建立的任何基底值,如果動畫未使用中,則會套用。 (繼承來源 DependencyObject) |
GetValue(DependencyProperty) |
從 DependencyObject傳回相依性屬性的目前有效值。 (繼承來源 DependencyObject) |
ReadLocalValue(DependencyProperty) |
如果已設定本機值,則傳回相依性屬性的本機值。 (繼承來源 DependencyObject) |
RegisterPropertyChangedCallback(DependencyProperty, DependencyPropertyChangedCallback) |
註冊通知函式,以接聽此DependencyObject實例上特定DependencyProperty的變更。 (繼承來源 DependencyObject) |
SetSource(IRandomAccessStream) |
藉由存取資料流程來設定 BitmapSource 的來源影像。 大部分呼叫端都應該改用 SetSourceAsync 。 |
SetSourceAsync(IRandomAccessStream) |
藉由存取資料流程並以非同步方式處理結果,來設定 BitmapSource 的來源影像。 |
SetValue(DependencyProperty, Object) |
在 DependencyObject上設定相依性屬性的本機值。 (繼承來源 DependencyObject) |
UnregisterPropertyChangedCallback(DependencyProperty, Int64) |
取消先前透過呼叫 RegisterPropertyChangedCallback註冊的變更通知。 (繼承來源 DependencyObject) |