InputCursor.CreateFromCoreCursor(CoreCursor) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.