Table of Contents

Class CairoContextHandle

Namespace
Gdk.Internal
Assembly
Gdk-4.0.dll
public class CairoContextHandle : DrawContextHandle, IDisposable
Inheritance
CairoContextHandle
Implements
Inherited Members

Constructors

CairoContextHandle(nint, bool)

public CairoContextHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

CairoContextHandle

Type Parameters

T