Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 2.66 KB

claimedlinedisplay_trystorestoragefilebitmapasync_2059661295.md

File metadata and controls

45 lines (32 loc) · 2.66 KB
-api-id -api-type
M:Windows.Devices.PointOfService.ClaimedLineDisplay.TryStoreStorageFileBitmapAsync(Windows.Storage.StorageFile,Windows.Devices.PointOfService.LineDisplayHorizontalAlignment,Windows.Devices.PointOfService.LineDisplayVerticalAlignment,System.Int32)
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.

-param widthInPixels

The displayed bitmap width in pixels, if different from the original bitmap width. Height will be calculated proportionally.

-returns

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

-remarks

-see-also

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

-see-also

-examples