Table of Contents

Class ContextHandle

Namespace
Pango.Internal
Assembly
Pango-1.0.dll
public class ContextHandle : ObjectHandle, IDisposable
Inheritance
ContextHandle
Implements
Inherited Members

Constructors

ContextHandle(nint, bool)

public ContextHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

ContextHandle

Type Parameters

T