Table of Contents

Class Win32DragHandle

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

Constructors

Win32DragHandle(nint, bool)

public Win32DragHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

Win32DragHandle

Type Parameters

T