Table of Contents

Class ConstraintGuideHandle

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

Constructors

ConstraintGuideHandle(nint, bool)

public ConstraintGuideHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

ConstraintGuideHandle

Type Parameters

T