Table of Contents

Class ScaleHandle

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

Constructors

ScaleHandle(nint, bool)

public ScaleHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

ScaleHandle

Type Parameters

T