Table of Contents

Class SeatHandle

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

Constructors

SeatHandle(nint, bool)

public SeatHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

SeatHandle

Type Parameters

T