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