Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.83 KB

claimedlinedisplay_trystorestoragefilebitmapasync_649753029.md

File metadata and controls

33 lines (24 loc) · 1.83 KB
-api-id -api-type
M:Windows.Devices.PointOfService.ClaimedLineDisplay.TryStoreStorageFileBitmapAsync(Windows.Storage.StorageFile)
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.

-returns

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

-remarks

-see-also

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

-examples