Table of Contents

Class VideoHandle

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

Constructors

VideoHandle(nint, bool)

public VideoHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

VideoHandle

Type Parameters

T