Table of Contents

Class AspectFrameHandle

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

Constructors

AspectFrameHandle(nint, bool)

public AspectFrameHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

AspectFrameHandle

Type Parameters

T