Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 2.31 KB

claimedlinedisplay_trystorestoragefilebitmapasync_1594086865.md

File metadata and controls

39 lines (28 loc) · 2.31 KB
-api-id -api-type
M:Windows.Devices.PointOfService.ClaimedLineDisplay.TryStoreStorageFileBitmapAsync(Windows.Storage.StorageFile,Windows.Devices.PointOfService.LineDisplayHorizontalAlignment,Windows.Devices.PointOfService.LineDisplayVerticalAlignment)
winrt method

Windows.Devices.PointOfService.ClaimedLineDisplay.TryStoreStorageFileBitmapAsync

-description

Attempts to asynchronously store a bitmap image from a StorageFile for later display on the line display device.

-parameters

-param bitmap

A StorageFile that represents a local bitmap file. All line displays support black and white uncompressed Windows bitmaps. Check device specifications for other supported formats.

-param horizontalAlignment

Determines how the bitmap will be horizontally aligned relative to its originating character cell.

-param verticalAlignment

Determines how the bitmap will be vertically aligned relative to its originating character cell.

-returns

True if the bitmap is stored successfully, False if a failure occurs.

-remarks

-see-also

LineDisplayStoredBitmap.EscapeSequence, LineDisplayWindow.TryDisplayStoredBitmapAtCursorAsync(LineDisplayStoredBitmap), LineDisplayStoredBitmap.TryDeleteAsync()

-examples