Table of Contents

Class Win32DisplayHandle

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

Constructors

Win32DisplayHandle(nint, bool)

public Win32DisplayHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

Win32DisplayHandle

Type Parameters

T