Table of Contents

Class Win32HCursorHandle

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

Constructors

Win32HCursorHandle(nint, bool)

public Win32HCursorHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

Win32HCursorHandle

Type Parameters

T