Table of Contents

Class PrinterHandle

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

Constructors

PrinterHandle(nint, bool)

public PrinterHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

PrinterHandle

Type Parameters

T