Table of Contents

Class SurfaceHandle

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

Constructors

SurfaceHandle(nint, bool)

public SurfaceHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

SurfaceHandle

Type Parameters

T