Table of Contents

Class DrawContextHandle

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

Constructors

DrawContextHandle(nint, bool)

public DrawContextHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

DrawContextHandle

Type Parameters

T