InputSystemCursor.Create(InputSystemCursorShape) 方法

定义

使用指定的游标创建 InputSystemCursor 实例。

public:
 static InputSystemCursor ^ Create(InputSystemCursorShape type);
 static InputSystemCursor Create(InputSystemCursorShape const& type);
public static InputSystemCursor Create(InputSystemCursorShape type);
function create(type)
Public Shared Function Create (type As InputSystemCursorShape) As InputSystemCursor

参数

type
InputSystemCursorShape

标准系统视觉对象指针类型。

返回

视觉指针对象。

适用于