Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 905 Bytes

linedisplaywindow_trydisplaystoredbitmapatcursorasync_100389007.md

File metadata and controls

28 lines (19 loc) · 905 Bytes
-api-id -api-type
M:Windows.Devices.PointOfService.LineDisplayWindow.TryDisplayStoredBitmapAtCursorAsync(Windows.Devices.PointOfService.LineDisplayStoredBitmap)
winrt method

Windows.Devices.PointOfService.LineDisplayWindow.TryDisplayStoredBitmapAtCursorAsync

-description

Attempts to asynchronously display a stored bitmap from at LineDisplayStoredBitmap object at the current cursor position.

-parameters

-param bitmap

The bitmap to be displayed.

-returns

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

-remarks

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

-see-also

-examples