Table of Contents

Class CursorHandle

Namespace
Gdk.Internal
Assembly
Gdk-4.0.dll
public class CursorHandle : ObjectHandle, IDisposable
Inheritance
CursorHandle
Implements
Inherited Members

Constructors

CursorHandle(nint, bool)

public CursorHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

public static CursorHandle For<T>(ConstructArgument[] constructArguments) where T : Cursor, GTypeProvider

Parameters

constructArguments ConstructArgument[]

Returns

CursorHandle

Type Parameters

T