Class PrinterHandle
public class PrinterHandle : ObjectHandle, IDisposable
- Inheritance
-
PrinterHandle
- Implements
- Inherited Members
Constructors
PrinterHandle(nint, bool)
public PrinterHandle(nint handle, bool ownsHandle)
Parameters
Methods
For<T>(ConstructArgument[])
public static PrinterHandle For<T>(ConstructArgument[] constructArguments) where T : Printer, GTypeProvider
Parameters
constructArguments
ConstructArgument[]
Returns
Type Parameters
T