ClaimedLineDisplay.TryStoreStorageFileBitmapAsync 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
TryStoreStorageFileBitmapAsync(StorageFile, LineDisplayHorizontalAlignment, LineDisplayVerticalAlignment) |
嘗試從 StorageFile 非同步儲存點陣圖影像,以供稍後線上條顯示裝置上顯示。 |
TryStoreStorageFileBitmapAsync(StorageFile, LineDisplayHorizontalAlignment, LineDisplayVerticalAlignment, Int32) |
嘗試從 StorageFile 非同步儲存點陣圖影像,以供稍後線上條顯示裝置上顯示。 |
TryStoreStorageFileBitmapAsync(StorageFile) |
嘗試從 StorageFile 非同步儲存點陣圖影像,以供稍後線上條顯示裝置上顯示。 |
TryStoreStorageFileBitmapAsync(StorageFile, LineDisplayHorizontalAlignment, LineDisplayVerticalAlignment)
嘗試從 StorageFile 非同步儲存點陣圖影像,以供稍後線上條顯示裝置上顯示。
public:
virtual IAsyncOperation<LineDisplayStoredBitmap ^> ^ TryStoreStorageFileBitmapAsync(StorageFile ^ bitmap, LineDisplayHorizontalAlignment horizontalAlignment, LineDisplayVerticalAlignment verticalAlignment) = TryStoreStorageFileBitmapAsync;
/// [Windows.Foundation.Metadata.Overload("TryStoreStorageFileBitmapWithAlignmentAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<LineDisplayStoredBitmap> TryStoreStorageFileBitmapAsync(StorageFile const& bitmap, LineDisplayHorizontalAlignment const& horizontalAlignment, LineDisplayVerticalAlignment const& verticalAlignment);
[Windows.Foundation.Metadata.Overload("TryStoreStorageFileBitmapWithAlignmentAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<LineDisplayStoredBitmap> TryStoreStorageFileBitmapAsync(StorageFile bitmap, LineDisplayHorizontalAlignment horizontalAlignment, LineDisplayVerticalAlignment verticalAlignment);
function tryStoreStorageFileBitmapAsync(bitmap, horizontalAlignment, verticalAlignment)
Public Function TryStoreStorageFileBitmapAsync (bitmap As StorageFile, horizontalAlignment As LineDisplayHorizontalAlignment, verticalAlignment As LineDisplayVerticalAlignment) As IAsyncOperation(Of LineDisplayStoredBitmap)
參數
- bitmap
- StorageFile
代表本機點陣圖檔案的 StorageFile 。 所有線條都顯示支援黑白未壓縮的 Windows 點陣圖。 檢查裝置規格是否有其他支援的格式。
- horizontalAlignment
- LineDisplayHorizontalAlignment
決定點陣圖相對於其原始字元儲存格的水準對齊方式。
- verticalAlignment
- LineDisplayVerticalAlignment
決定點陣圖相對於其原始字元儲存格的垂直對齊方式。
傳回
True 是表示 如果點陣圖成功儲存,則為 False,如果發生失敗則為 False。
- 屬性
Windows 需求
裝置系列 |
Windows 10 Fall Creators Update (已於 10.0.16299.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v5.0 引進)
|
備註
- 點陣圖 StorageFile 必須由本機檔案支援。 如果它是從資料流程建立的,這個方法將會擲回例外狀況的 URI 或其他來源。
- 當 LineDisplayCapabiliaties.CanDisplayBitmaps 為 False 時,呼叫此方法會導致例外狀況。
- 最多可以使用此方法儲存 100 個位圖。 嘗試儲存超過 100 個位圖會導致例外狀況。 使用 LineDisplayStoredBitmap.TryDeleteAsync刪除未使用的點陣圖。
另請參閱
適用於
TryStoreStorageFileBitmapAsync(StorageFile, LineDisplayHorizontalAlignment, LineDisplayVerticalAlignment, Int32)
嘗試從 StorageFile 非同步儲存點陣圖影像,以供稍後線上條顯示裝置上顯示。
public:
virtual IAsyncOperation<LineDisplayStoredBitmap ^> ^ TryStoreStorageFileBitmapAsync(StorageFile ^ bitmap, LineDisplayHorizontalAlignment horizontalAlignment, LineDisplayVerticalAlignment verticalAlignment, int widthInPixels) = TryStoreStorageFileBitmapAsync;
/// [Windows.Foundation.Metadata.Overload("TryStoreStorageFileBitmapWithAlignmentAndWidthAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<LineDisplayStoredBitmap> TryStoreStorageFileBitmapAsync(StorageFile const& bitmap, LineDisplayHorizontalAlignment const& horizontalAlignment, LineDisplayVerticalAlignment const& verticalAlignment, int const& widthInPixels);
[Windows.Foundation.Metadata.Overload("TryStoreStorageFileBitmapWithAlignmentAndWidthAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<LineDisplayStoredBitmap> TryStoreStorageFileBitmapAsync(StorageFile bitmap, LineDisplayHorizontalAlignment horizontalAlignment, LineDisplayVerticalAlignment verticalAlignment, int widthInPixels);
function tryStoreStorageFileBitmapAsync(bitmap, horizontalAlignment, verticalAlignment, widthInPixels)
Public Function TryStoreStorageFileBitmapAsync (bitmap As StorageFile, horizontalAlignment As LineDisplayHorizontalAlignment, verticalAlignment As LineDisplayVerticalAlignment, widthInPixels As Integer) As IAsyncOperation(Of LineDisplayStoredBitmap)
參數
- bitmap
- StorageFile
代表本機點陣圖檔案的 StorageFile 。 所有線條都顯示支援黑白未壓縮的 Windows 點陣圖。 檢查裝置規格是否有其他支援的格式。
- horizontalAlignment
- LineDisplayHorizontalAlignment
決定點陣圖相對於其原始字元儲存格的水準對齊方式。
- verticalAlignment
- LineDisplayVerticalAlignment
決定點陣圖相對於其原始字元儲存格的垂直對齊方式。
- widthInPixels
-
Int32
int
如果與原始點陣圖寬度不同,則會以圖元為單位顯示點陣圖寬度。 高度會按比例計算。
傳回
True 是表示 如果點陣圖成功儲存,則為 False,如果發生失敗則為 False。
- 屬性
Windows 需求
裝置系列 |
Windows 10 Fall Creators Update (已於 10.0.16299.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v5.0 引進)
|
備註
- 點陣圖 StorageFile 必須由本機檔案支援。 如果它是從資料流程建立的,這個方法將會擲回例外狀況的 URI 或其他來源。
- 當 LineDisplayCapabiliaties.CanDisplayBitmaps 為 False 時,呼叫此方法會導致例外狀況。
- 最多可以使用此方法儲存 100 個位圖。 嘗試儲存超過 100 個位圖會導致例外狀況。 使用 LineDisplayStoredBitmap.TryDeleteAsync刪除未使用的點陣圖。
- 傳遞大於 ClaimedLineDisplay.MaxBitmapSizeInPixels 的點陣圖寬度會導致例外狀況。
另請參閱
適用於
TryStoreStorageFileBitmapAsync(StorageFile)
嘗試從 StorageFile 非同步儲存點陣圖影像,以供稍後線上條顯示裝置上顯示。
public:
virtual IAsyncOperation<LineDisplayStoredBitmap ^> ^ TryStoreStorageFileBitmapAsync(StorageFile ^ bitmap) = TryStoreStorageFileBitmapAsync;
/// [Windows.Foundation.Metadata.Overload("TryStoreStorageFileBitmapAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<LineDisplayStoredBitmap> TryStoreStorageFileBitmapAsync(StorageFile const& bitmap);
[Windows.Foundation.Metadata.Overload("TryStoreStorageFileBitmapAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<LineDisplayStoredBitmap> TryStoreStorageFileBitmapAsync(StorageFile bitmap);
function tryStoreStorageFileBitmapAsync(bitmap)
Public Function TryStoreStorageFileBitmapAsync (bitmap As StorageFile) As IAsyncOperation(Of LineDisplayStoredBitmap)
參數
- bitmap
- StorageFile
代表本機點陣圖檔案的 StorageFile 。 所有線條都顯示支援黑白未壓縮的 Windows 點陣圖。 檢查裝置規格是否有其他支援的格式。
傳回
True 是表示 如果點陣圖成功儲存,則為 False,如果發生失敗則為 False。
- 屬性
Windows 需求
裝置系列 |
Windows 10 Fall Creators Update (已於 10.0.16299.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v5.0 引進)
|
備註
- 點陣圖 StorageFile 必須由本機檔案支援。 如果它是從資料流程建立的,這個方法將會擲回例外狀況的 URI 或其他來源。
- 當 LineDisplayCapabiliaties.CanDisplayBitmaps 為 False 時,呼叫此方法會導致例外狀況。
- 最多可以使用此方法儲存 100 個位圖。 嘗試儲存超過 100 個位圖會導致例外狀況。 使用 LineDisplayStoredBitmap.TryDeleteAsync刪除未使用的點陣圖。