Compartir a través de


CoreCursor(CoreCursorType, UInt32) Constructor

Definición

Crea una nueva instancia de CoreCursor del tipo de cursor proporcionado.

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)

Parámetros

type
CoreCursorType

Tipo del nuevo cursor.

id
UInt32

unsigned int

uint32_t

Identificador de recurso único del nuevo cursor.

Se aplica a