Table of Contents

Class DrawingAreaHandle

Namespace
Gtk.Internal
Assembly
Gtk-4.0.dll
public class DrawingAreaHandle : WidgetHandle, IDisposable
Inheritance
DrawingAreaHandle
Implements
Inherited Members

Constructors

DrawingAreaHandle(nint, bool)

public DrawingAreaHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

DrawingAreaHandle

Type Parameters

T