Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1017 Bytes

linedisplaywindow_trydisplaystoragefilebitmapatpointasync_22571779.md

File metadata and controls

31 lines (21 loc) · 1017 Bytes
-api-id -api-type
M:Windows.Devices.PointOfService.LineDisplayWindow.TryDisplayStorageFileBitmapAtPointAsync(Windows.Storage.StorageFile,Windows.Foundation.Point)
winrt method

Windows.Devices.PointOfService.LineDisplayWindow.TryDisplayStorageFileBitmapAtPointAsync

-description

Attempts to asynchronously display a bitmap from a storage file at a particular point.

-parameters

-param bitmap

The bitmap to be displayed.

-param offsetInPixels

The number of pixels to offset the bitmap display from the top-left corner of the screen, {0,0}.

-returns

Return True if the bitmap was successfully displayed; otherwise, False.

-remarks

If the LineDisplayCapabilities.CanDisplayBitmaps value is False, this method will fail.

-see-also

-examples