Table of Contents

Class GestureZoom

Namespace
Gtk
Assembly
Gtk-4.0.dll
public class GestureZoom : Gesture, IObject, INotifyPropertyChanged, IDisposable, IHandle, GTypeProvider
Inheritance
GestureZoom
Implements
Inherited Members

Constructors

GestureZoom(bool, params ConstructArgument[])

protected GestureZoom(bool owned, params ConstructArgument[] constructArguments)

Parameters

owned bool
constructArguments ConstructArgument[]

GestureZoom(IntPtr, bool)

protected GestureZoom(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

Fields

ScaleChangedSignal

Signal Descriptor for OnScaleChanged.

public static readonly Signal<GestureZoom, GestureZoom.ScaleChangedSignalArgs> ScaleChangedSignal

Field Value

Signal<GestureZoom, GestureZoom.ScaleChangedSignalArgs>

Methods

GetGType()

public static Type GetGType()

Returns

Type

GetScaleDelta()

public double GetScaleDelta()

Returns

double

New()

public static GestureZoom New()

Returns

GestureZoom

Events

OnScaleChanged

public event SignalHandler<GestureZoom, GestureZoom.ScaleChangedSignalArgs> OnScaleChanged

Event Type

SignalHandler<GestureZoom, GestureZoom.ScaleChangedSignalArgs>