Table of Contents

Class DragHandle

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

Constructors

DragHandle(nint, bool)

public DragHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

DragHandle

Type Parameters

T