Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 849 Bytes

inputcursor_createfromcorecursor_279606487.md

File metadata and controls

28 lines (17 loc) · 849 Bytes
-api-id -api-type
M:Microsoft.UI.Input.InputCursor.CreateFromCoreCursor(Windows.UI.Core.CoreCursor)
winrt method

Microsoft.UI.Input.InputCursor.CreateFromCoreCursor(Windows.UI.Core.CoreCursor)

-description

Creates an xref:Microsoft.UI.Input.InputCursor instance using the specified xref:Windows.UI.Core.CoreCursor?displayProperty=nameWithType cursor.

-parameters

-param cursor

-returns

-remarks

The InputCursor that is created by this method is downcast from an xref:Microsoft.UI.Input.InputSystemCursor or xref:Microsoft.UI.Input.InputDesktopNamedResourceCursor based on the source of the specified xref:Windows.UI.Core.CoreCursor?displayProperty=nameWithType.

-see-also

-examples