InputDesktopNamedResourceCursor.CreateFromModule(String, String) Method

Definition

Creates an InputDesktopNamedResourceCursor instance using the specified resource name and the module from which to load the resource.

public:
 static InputDesktopNamedResourceCursor ^ CreateFromModule(Platform::String ^ moduleName, Platform::String ^ resourceName);
 static InputDesktopNamedResourceCursor CreateFromModule(winrt::hstring const& moduleName, winrt::hstring const& resourceName);
public static InputDesktopNamedResourceCursor CreateFromModule(string moduleName, string resourceName);
function createFromModule(moduleName, resourceName)
Public Shared Function CreateFromModule (moduleName As String, resourceName As String) As InputDesktopNamedResourceCursor

Parameters

moduleName
String

Platform::String

winrt::hstring

The module from which to load the resource.

resourceName
String

Platform::String

winrt::hstring

The resource name.

Returns

A visual pointer object.

Applies to

See also