CoreCursor(CoreCursorType, UInt32) 构造函数

定义

创建所提供的游标类型的新 CoreCursor 实例。

public:
 CoreCursor(CoreCursorType type, unsigned int id);
 CoreCursor(CoreCursorType const& type, uint32_t const& id);
public CoreCursor(CoreCursorType type, uint id);
function CoreCursor(type, id)
Public Sub New (type As CoreCursorType, id As UInteger)

参数

type
CoreCursorType

新游标的类型。

id
UInt32

unsigned int

uint32_t

新游标的唯一资源 ID。

适用于