CursorInteropHelper 类

定义

通过一个方法为 WPF/Win32 互操作提供静态帮助器类,该静态帮助器类用于获取基于所提供的 Win32 光标句柄的 Windows Presentation Foundation (WPF) Cursor 对象。

public ref class CursorInteropHelper abstract sealed
public static class CursorInteropHelper
type CursorInteropHelper = class
Public Class CursorInteropHelper
继承
CursorInteropHelper

方法

Create(SafeHandle)

根据提供的 Win32 游标句柄返回Windows Presentation Foundation (WPF) Cursor 对象。

适用于