Table of Contents

Class DeviceHandle

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

Constructors

DeviceHandle(nint, bool)

public DeviceHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

DeviceHandle

Type Parameters

T