Table of Contents

Class SnapshotHandle

Namespace
Gtk.Internal
Assembly
Gtk-4.0.dll
public class SnapshotHandle : SnapshotHandle, IDisposable
Inheritance
SnapshotHandle
Implements
Inherited Members

Constructors

SnapshotHandle(nint, bool)

public SnapshotHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

SnapshotHandle

Type Parameters

T