Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 755 Bytes

linedisplaywindow_readcharacteratcursorasync_1331876971.md

File metadata and controls

24 lines (16 loc) · 755 Bytes
-api-id -api-type
M:Windows.Devices.PointOfService.LineDisplayWindow.ReadCharacterAtCursorAsync
winrt method

Windows.Devices.PointOfService.LineDisplayWindow.ReadCharacterAtCursorAsync

-description

Attempts to asynchronously read the currently displayed character at the current cursor position.

-returns

Returns the code for the character at the current cursor position. Returns 0 if the method fails.

-remarks

This method requires LineDisplayCapabilities.CanReadCharacterAtCursor to be True to be succesfully executed.

-see-also

-examples