Table of Contents

Class FilterHandle

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

Constructors

FilterHandle(nint, bool)

public FilterHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

FilterHandle

Type Parameters

T