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 对象。

适用于