Table of Contents

Delegate CursorGetTextureCallback

Namespace
Gdk
Assembly
Gdk-4.0.dll
public delegate Texture? CursorGetTextureCallback(Cursor cursor, int cursorSize, double scale, out int width, out int height, out int hotspotX, out int hotspotY, nint data)

Parameters

cursor Cursor
cursorSize int
scale double
width int
height int
hotspotX int
hotspotY int
data nint

Returns

Texture