Table of Contents

Class PrintContextHandle

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

Constructors

PrintContextHandle(nint, bool)

public PrintContextHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

PrintContextHandle

Type Parameters

T