Table of Contents

Class GestureRotate

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

Constructors

GestureRotate(bool, params ConstructArgument[])

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

Parameters

owned bool
constructArguments ConstructArgument[]

GestureRotate(IntPtr, bool)

protected GestureRotate(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

Fields

AngleChangedSignal

Signal Descriptor for OnAngleChanged.

public static readonly Signal<GestureRotate, GestureRotate.AngleChangedSignalArgs> AngleChangedSignal

Field Value

Signal<GestureRotate, GestureRotate.AngleChangedSignalArgs>

Methods

GetAngleDelta()

public double GetAngleDelta()

Returns

double

GetGType()

public static Type GetGType()

Returns

Type

New()

public static GestureRotate New()

Returns

GestureRotate

Events

OnAngleChanged

public event SignalHandler<GestureRotate, GestureRotate.AngleChangedSignalArgs> OnAngleChanged

Event Type

SignalHandler<GestureRotate, GestureRotate.AngleChangedSignalArgs>