Table of Contents

Class ViewportHandle

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

Constructors

ViewportHandle(nint, bool)

public ViewportHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

ViewportHandle

Type Parameters

T