Table of Contents

Class Win32SurfaceHandle

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

Constructors

Win32SurfaceHandle(nint, bool)

public Win32SurfaceHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

Win32SurfaceHandle

Type Parameters

T