-api-id | -api-type |
---|---|
M:Windows.Devices.PointOfService.LineDisplayWindow.TryDisplayStorageFileBitmapAtCursorAsync(Windows.Storage.StorageFile,Windows.Devices.PointOfService.LineDisplayHorizontalAlignment,Windows.Devices.PointOfService.LineDisplayVerticalAlignment) |
winrt method |
Attempts to asynchronously display a bitmap from a storage file at the current cursor position.
The bitmap to be displayed.
The horizontal alignment of the bitmap relative to the current text character position.
The vertical alignment of the bitmap relative to the current text character position.
Return True if the bitmap was successfully displayed; otherwise, False.
If the LineDisplayCapabilities.CanDisplayBitmaps value is False, this method will fail.