Table of Contents

Class PrintOperationHandle

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

Constructors

PrintOperationHandle(nint, bool)

public PrintOperationHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

PrintOperationHandle

Type Parameters

T