Table of Contents

Class RegionHandle

Namespace
GtkSource.Internal
Assembly
GtkSource-5.dll
public class RegionHandle : ObjectHandle, IDisposable
Inheritance
RegionHandle
Implements
Inherited Members

Constructors

RegionHandle(nint, bool)

public RegionHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

RegionHandle

Type Parameters

T