CursorInteropHelper 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
通过一个方法为 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 对象。 |