Share via


InputDesktopResourceCursor.CreateFromModule(String, UInt32) Method

Definition

Creates an InputDesktopResourceCursor instance using the specified resource ID and the module from which to load the resource.

public:
 static InputDesktopResourceCursor ^ CreateFromModule(Platform::String ^ moduleName, unsigned int resourceId);
 static InputDesktopResourceCursor CreateFromModule(winrt::hstring const& moduleName, uint32_t const& resourceId);
public static InputDesktopResourceCursor CreateFromModule(string moduleName, uint resourceId);
function createFromModule(moduleName, resourceId)
Public Shared Function CreateFromModule (moduleName As String, resourceId As UInteger) As InputDesktopResourceCursor

Parameters

moduleName
String

Platform::String

winrt::hstring

The module from which to load the resource.

resourceId
UInt32

unsigned int

uint32_t

The resource identifier.

Returns

A visual pointer object.

Applies to

See also