Share via


InputCursor.CreateFromCoreCursor(CoreCursor) Method

Definition

Creates an InputCursor instance using the specified Windows.UI.Core.CoreCursor cursor.

public:
 static InputCursor ^ CreateFromCoreCursor(CoreCursor ^ cursor);
 static InputCursor CreateFromCoreCursor(CoreCursor const& cursor);
public static InputCursor CreateFromCoreCursor(CoreCursor cursor);
function createFromCoreCursor(cursor)
Public Shared Function CreateFromCoreCursor (cursor As CoreCursor) As InputCursor

Parameters

cursor
CoreCursor

Returns

Remarks

The InputCursor that is created by this method is downcast from an InputSystemCursor or InputDesktopNamedResourceCursor based on the source of the specified Windows.UI.Core.CoreCursor.

Applies to