Table of Contents

Class PictureHandle

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

Constructors

PictureHandle(nint, bool)

public PictureHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

PictureHandle

Type Parameters

T